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 vilnis.termanis
Recipients jnoller, vilnis.termanis
Date 2010-03-02.00:50:19
SpamBayes Score 3.362882e-06
Marked as misclassified No
Message-id <1267491021.88.0.689352702755.issue8037@psf.upfronthosting.co.za>
In-reply-to
Content
Quick though (last one I promise):

Maybe put() could have an argument to indicate whether to be thread-blocking (i.e. guaranteeing the object to be sent in its current state) or not. The (current) non-thread-blocking mode will have better performance for the put()-calling process if there are a lot of processes trying to write to the queue at once since it can continue regardless (while the _feed thread waits for the internal Pipe to become available).
History
Date User Action Args
2010-03-02 00:50:22vilnis.termanissetrecipients: + vilnis.termanis, jnoller
2010-03-02 00:50:21vilnis.termanissetmessageid: <1267491021.88.0.689352702755.issue8037@psf.upfronthosting.co.za>
2010-03-02 00:50:19vilnis.termanislinkissue8037 messages
2010-03-02 00:50:19vilnis.termaniscreate