thx2tvdk
Zwangsstörungen
hat jeder seine eigene(n) – manche Leute stehen auf “Dinge die perfekt in andere Dinge passen” und bauen dafür Internetseiten … kiekste hier: thingsfittingperfectlyintothings.
8 Schritte um ein Unternehmen zum völligen Stillstand zu bringen
OWOTW No.6
OWOTW No. 5
OWOTW No. 4
How to use django with websockets
At the moment we refactor at profitbricks a huge amount of shit legacy code which currently uses a very outdated version of socketio which itself changed a lot during the last years. Because we have a lot of trouble with the number of concurrent database connections and browsers within the company’s intranet which are going wild by usage of ‘xhr-polling’ and start flooding our application servers, we decided to look for another (more stable) solution. At the end of the research we have found and implemented the package ws4redis (django-websocket-redis).
We had to switch from a monkey patched gunicorn to uwsgi and we like it 🙂
Both projects, uwsgi and django-websocket-redis, are very well documented and are hereby recommended.