Message128026
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. |
|
| Date |
User |
Action |
Args |
| 2011-02-05 20:59:25 | gregory.p.smith | set | recipients:
+ gregory.p.smith, giampaolo.rodola, jwarkentin |
| 2011-02-05 20:59:25 | gregory.p.smith | set | messageid: <[email protected]> |
| 2011-02-05 20:59:24 | gregory.p.smith | link | issue11109 messages |
| 2011-02-05 20:59:24 | gregory.p.smith | create | |
|