]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Another patch from Andy Dustman:
authorGuido van Rossum <guido@python.org>
Wed, 28 Jul 1999 21:39:28 +0000 (21:39 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 28 Jul 1999 21:39:28 +0000 (21:39 +0000)
commit2ab455a8fa946cb8d599018c2f861f1fe909c545
tree87b146463fedcd8c9ebfacf5607213da864bad8d
parentddc469679bb79e38605f6ad65c88c83a29def5ce
Another patch from Andy Dustman:

"""
Here's a patch for the ForkingMixIn which will prevent the server from
forking itself into the ground. Note: I've tested a very similar patch
(subclassed ForkingMixIn) but not actually tested this one. As you might
surmise, this was done out of necessity...

If the maximum number of children are already running, block while waiting
for a child to exit.
"""

(I added that last sentence as a comment to the code --GvR.)
Lib/SocketServer.py