gunicorn + gevent monkey修补threadlocals会自动成为greenlet-locals吗?

时间:2013-03-20 03:17:27

标签: python django gevent gunicorn greenlets

在gevent模式下运行gunicorn时,monkey patches (particularly those for threadlocals) described here是否已经自动应用了threadlocals greenlet-locals?

(我正在运行django并且目前使用threadlocals来快速缓存大型查询结果 - 我知道gevent / greenlet使用传统线程的替代模型,因此我担心)。

1 个答案:

答案 0 :(得分:3)