commit | 392c159ad6a0a622c5d78b6783039e836829a6d9 | [log] [tgz] |
---|---|---|
author | Jeffrey Yasskin <jyasskin@gmail.com> | Thu Feb 28 18:03:15 2008 +0000 |
committer | Jeffrey Yasskin <jyasskin@gmail.com> | Thu Feb 28 18:03:15 2008 +0000 |
tree | 2febe0ccd983074bcb4cc7700b268e2ea61070aa | |
parent | a6298528e1f5c10abd0d4255ef911179e9b1b912 [diff] |
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.