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 mrts
Recipients jnoller, mark.dickinson, mrts
Date 2008-10-23.11:55:11
SpamBayes Score 7.925451e-06
Marked as misclassified No
Message-id <1224762913.73.0.811700847071.issue3518@psf.upfronthosting.co.za>
In-reply-to
Content
Also, it would be helpful to elaborate a bit more on:

major:
 * how to implement a queue that is shared both locally and remotely
(i.e. n local processes access the queue as well as m remote processes)

minor:
 * blocking (assumption: q.get() blocks on socket.recv())
 * timeout (assumption: the socket does not time out, e.g. q.get()
blocks endlessly on socket.recv())
History
Date User Action Args
2008-10-23 11:55:13mrtssetrecipients: + mrts, mark.dickinson, jnoller
2008-10-23 11:55:13mrtssetmessageid: <1224762913.73.0.811700847071.issue3518@psf.upfronthosting.co.za>
2008-10-23 11:55:12mrtslinkissue3518 messages
2008-10-23 11:55:11mrtscreate