mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#13289: merge with 3.2.
This commit is contained in:
commit
39be383406
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ On the other hand, if you are building e.g. an HTTP server, where all
|
|||
data is stored externally (e.g. in the file system), a synchronous
|
||||
class will essentially render the service "deaf" while one request is
|
||||
being handled -- which may be for a very long time if a client is slow
|
||||
to recv all the data it has requested. Here a threading or forking
|
||||
to read all the data it has requested. Here a threading or forking
|
||||
server is appropriate.
|
||||
|
||||
In some cases, it may be appropriate to process part of a request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue