[New-bugs-announce] [issue1954] SocketServer.ForkingMixIn creates a zombie

Ralf Schmitt report at bugs.python.org
Mon Jan 28 06:51:19 CET 2008


New submission from Ralf Schmitt:

collect_children is only called in process_request, so at least the last
process forked is not collected. This could be handled by calling
collect_children every X seconds or by handling SIGCHLD.

----------
messages: 61773
nosy: schmir
severity: normal
status: open
title: SocketServer.ForkingMixIn creates a zombie

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1954>
__________________________________


More information about the New-bugs-announce mailing list