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.

作者 asksol
收信人 asksol, gdb, jnoller
日期 2010-07-16.11:22:49
SpamBayes Score 0.17767203
Marked as misclassified
Message-id <1279279371.28.0.750025685468.issue9205@psf.upfronthosting.co.za>
In-reply-to
内容
> but if you make a blocking call such as in the following program,
> you'll get a hang

Yeah, and for that we could use the same approach as for the maps.

But, I've just implemented the accept callback approach, which should be superior. Maps/Apply fails instantly as soon as a worker process crashes, but the pool remains fully functional. Patch  multiprocessing-trunk@82502-termination-trackjobs.patch added.

There seems to be some race conditions left, because some of the tests breaks from time to time. Maybe you can pinpoint it before me.
历史
日期 用户 动作 参数
2010-07-16 11:22:51asksol修改recipients: + asksol, jnoller, gdb
2010-07-16 11:22:51asksol修改messageid: <1279279371.28.0.750025685468.issue9205@psf.upfronthosting.co.za>
2010-07-16 11:22:50asksol链接issue9205 messages
2010-07-16 11:22:49asksol创建