消息 [127972]
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:42 | jwarkentin | 修改 | recipients:
+ jwarkentin |
| 2011-02-05 04:42:42 | jwarkentin | 修改 | messageid: <1296880962.8.0.894675890375.issue11109@psf.upfronthosting.co.za> |
| 2011-02-05 04:42:42 | jwarkentin | 链接 | issue11109 messages |
| 2011-02-05 04:42:42 | jwarkentin | 创建 | |
|