This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jwarkentin
Recipients giampaolo.rodola, gregory.p.smith, jwarkentin
Date 2011-02-06.02:18:27
SpamBayes Score 0.11933652
Marked as misclassified No
Message-id <1296958709.22.0.538923892335.issue11109@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed that ForkingMixIn also was overriding handle_timeout() trying to cleanup zombies after 300 seconds of inactivity, which is useless on a busy server. I'm replacing the patch with one that also removes handle_timeout().
History
Date User Action Args
2011-02-06 02:18:29jwarkentinsetrecipients: + jwarkentin, gregory.p.smith, giampaolo.rodola
2011-02-06 02:18:29jwarkentinsetmessageid: <1296958709.22.0.538923892335.issue11109@psf.upfronthosting.co.za>
2011-02-06 02:18:27jwarkentinlinkissue11109 messages
2011-02-06 02:18:27jwarkentincreate