Plamen Dragozov
Plamen Dragozov
Yes, we use this branch for our project, so I'll be fixing any reported bugs or issues. Don't have much time to work on documenting it better now, or writing...
That's pretty much all you need. I put a sample gunicorn config file at: examples/django-gunicorn-redis/gunicorn.conf.py
@uppavel I don't think so. The gunicorn workers are like separate python processes. They might not even be on the same machine if you use multiple servers. That's kinda the...
Hi, I did some work on abstracting the sockets lifecycle management and getting multiple workers and xhr polling to work and implemented a Redis based solution in this fork: https://github.com/ryesoft/gevent-socketio/...