When running gunicorn in gevent mode, are the monkey patches (particularly those for threadlocals) described here, which make threadlocals greenlet-locals, already applied automatically?
(I am running django and currently use threadlocals for a bit of fast-caching of large query results -- I understand gevent/greenlet uses an alternative model to traditional threading, thus my concern).
It appears that I have no things to worry about:
https://github.com/benoitc/gunicorn/blob/master/gunicorn/workers/ggevent.py#L51
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With