mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
commit
6baaffd78e
@ -86,7 +86,7 @@ Does Gunicorn suffer from the thundering herd problem?
|
|||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
|
||||||
The thundering herd problem occurs when many sleeping request handlers, which
|
The thundering herd problem occurs when many sleeping request handlers, which
|
||||||
may be either threads or processes, wake up at the same time to handle an new
|
may be either threads or processes, wake up at the same time to handle a new
|
||||||
request. Since only one handler will receive the request, the others will have
|
request. Since only one handler will receive the request, the others will have
|
||||||
been awakened for no reaon, wasting CPU cycles. At this time, Gunicorn does not
|
been awakened for no reaon, wasting CPU cycles. At this time, Gunicorn does not
|
||||||
implement any IPC solution for coordinating between worker processes. You may
|
implement any IPC solution for coordinating between worker processes. You may
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user