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.

作者 jwarkentin
收信人 jwarkentin
日期 2011-02-05.04:42:42
SpamBayes Score 4.141345e-07
Marked as misclassified
Message-id <1296880962.8.0.894675890375.issue11109@psf.upfronthosting.co.za>
In-reply-to
内容
I guess I didn't really explain the issue much. The problem is that if the server receives say, 10 requests at once, and then forks a process for each, after those processes finish they will sit as zombies until process_request() is called again, which calls collect_children(). So that patch simply moves the call to collect_children() into the serve_forever() loop so that it doesn't leave zombies sitting around.
历史
日期 用户 动作 参数
2011-02-05 04:42:42jwarkentin修改recipients: + jwarkentin
2011-02-05 04:42:42jwarkentin修改messageid: <1296880962.8.0.894675890375.issue11109@psf.upfronthosting.co.za>
2011-02-05 04:42:42jwarkentin链接issue11109 messages
2011-02-05 04:42:42jwarkentin创建