Looking at the gunicorn code it seems that each workers is forked unfortunately even if you specify gevent as worker class. So nothing could be done in a simple manner, need to use a pile of external solutions (redis queue, zmq interprocess communication, Listener, etc) even for a simple shared counter!
On Saturday, September 6, 2014 6:21:47 PM UTC-4, Mathieu Drapeau wrote: > > (worker class is gevent) > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
