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.

Author gdb
Recipients asksol, gdb, jnoller
Date 2010-08-20.20:30:33
SpamBayes Score 0.0015248377
Marked as misclassified No
Message-id <1282336234.95.0.488801324544.issue9205@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2010-08-20 20:30:35gdbsetrecipients: + gdb, jnoller, asksol
2010-08-20 20:30:34gdbsetmessageid: <1282336234.95.0.488801324544.issue9205@psf.upfronthosting.co.za>
2010-08-20 20:30:33gdblinkissue9205 messages
2010-08-20 20:30:33gdbcreate