Merge pull request #849 from hebertjulio/patch-1

Update design.rst
This commit is contained in:
Stéphane Wirtel 2014-08-12 21:23:50 +02:00
commit d2bcf8f689

View File

@ -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.