mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
commit
d2bcf8f689
@ -55,7 +55,7 @@ AsyncIO Workers
|
|||||||
These workers are compatible with python3. You have two kind of workers.
|
These workers are compatible with python3. You have two kind of workers.
|
||||||
|
|
||||||
The worker `gthread` is a threaded worker. It accepts connections in the
|
The worker `gthread` is a threaded worker. It accepts connections in the
|
||||||
main loop, accepted connections are are added to the thread pool as a
|
main loop, accepted connections are added to the thread pool as a
|
||||||
connection job. On keepalive connections are put back in the loop
|
connection job. On keepalive connections are put back in the loop
|
||||||
waiting for an event. If no event happen after the keep alive timeout,
|
waiting for an event. If no event happen after the keep alive timeout,
|
||||||
the connection is closed.
|
the connection is closed.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user