Gregory P. Smith <g...@krypto.org> added the comment:

Rather than depending on the internal details of ForkingMixIn in your 
BaseServer.serve_forever modification I'd prefer to see that simply call 
self._cleanup()

Define a do-nothing _periodic_cleanup method in BaseServer.  ForkingMixIn 
should implement its own _periodic_cleanup method that does the active_children 
test and calls collect_children as appropriate.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11109>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to