]> granicus.if.org Git - python/commit
Prevent SocketServer.ForkingMixIn from waiting on child processes that it
authorJeffrey Yasskin <jyasskin@gmail.com>
Thu, 28 Feb 2008 18:03:15 +0000 (18:03 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Thu, 28 Feb 2008 18:03:15 +0000 (18:03 +0000)
commit392c159ad6a0a622c5d78b6783039e836829a6d9
tree2febe0ccd983074bcb4cc7700b268e2ea61070aa
parenta6298528e1f5c10abd0d4255ef911179e9b1b912
Prevent SocketServer.ForkingMixIn from waiting on child processes that it
didn't create, in most cases. When there are max_children handlers running, it
will still wait for any child process, not just handler processes.
Lib/SocketServer.py
Lib/test/test_socketserver.py