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.

作者 gdb
收信人 asksol, gdb, jnoller
日期 2010-08-20.20:30:33
SpamBayes Score 0.0015248377
Marked as misclassified
Message-id <1282336234.95.0.488801324544.issue9205@psf.upfronthosting.co.za>
In-reply-to
内容
Thanks for looking at it!  Basically this patch requires the parent process to be able to send a message to a particular worker.  As far as I can tell, the existing queues allow the children to send a message to the parent, or the parent to send a message to one child (whichever happens to win the race; not a particular one).

I don't love introducing one queue per child either, although I don't have a sense of how much overhead that would add.

Does the problem make sense/do you have any ideas for an alternate solution?
历史
日期 用户 动作 参数
2010-08-20 20:30:35gdb修改recipients: + gdb, jnoller, asksol
2010-08-20 20:30:34gdb修改messageid: <1282336234.95.0.488801324544.issue9205@psf.upfronthosting.co.za>
2010-08-20 20:30:33gdb链接issue9205 messages
2010-08-20 20:30:33gdb创建