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.
guniverseをgeventモードで実行する場合、ここで説明するモンキーパッチ(特にthreadlocals用のパッチ)は、threadlocalsをgreenlet-localsにし、すでに自動的に適用されていますか?
(私はdjangoを実行しており、現在、大きなクエリ結果を少し高速にキャッシュするためにthreadlocalsを使用しています。gevent/ greenletが従来のスレッドの代替モデルを使用していることを理解しているため、懸念があります)。
心配することは何もないようです。
https://github.com/benoitc/gunicorn/blob/master/gunicorn/workers/ggevent.py#L51