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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue1954> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com