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.

作者 pitrou
收信人 Albert.Strasheim, aljungberg, asksol, bquinlan, gdb, hongqn, jnoller, pitrou, vlasovskikh, vstinner
日期 2011-03-31.12:25:37
SpamBayes Score 1.609831e-06
Marked as misclassified
Message-id <1301574338.12.0.437023762009.issue9205@psf.upfronthosting.co.za>
In-reply-to
内容
The problem with this approach is that it won't help concurrent.futures.
Detection of killed endpoints should ideally happen at a lower level, e.g. in Process or Queue or Connection objects.

Speaking of which, I wonder why we have both multiprocessing.Pool and concurrent.futures.ProcessPoolExecutor. They seem to fill the exact same needs, with different APIs...
历史
日期 用户 动作 参数
2011-03-31 12:25:38pitrou修改recipients: + pitrou, bquinlan, vstinner, jnoller, hongqn, asksol, vlasovskikh, gdb, Albert.Strasheim, aljungberg
2011-03-31 12:25:38pitrou修改messageid: <1301574338.12.0.437023762009.issue9205@psf.upfronthosting.co.za>
2011-03-31 12:25:37pitrou链接issue9205 messages
2011-03-31 12:25:37pitrou创建