Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 gevent 模式下运行 gunicorn 时,是否已经自动应用了此处描述的猴子补丁(尤其是用于线程本地的补丁),这些补丁使 threadlocals greenlet-locals?
(我正在运行 django 并且目前使用 threadlocals 来快速缓存大型查询结果——我知道 gevent/greenlet 使用传统线程的替代模型,因此我担心)。
看来我没有什么可担心的:
https://github.com/benoitc/gunicorn/blob/master/gunicorn/workers/ggevent.py#L51