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, meador.inge, vilnis.termanis
Date 2010-03-02.18:24:15
SpamBayes Score 1.2668778e-05
Marked as misclassified No
Message-id <1267554260.07.0.0997833834625.issue8037@psf.upfronthosting.co.za>
In-reply-to
Content
Alternative suggestion (since SimpleQueue doesn't provide buffering):

Allow option to force immediate pickling of the object to be en-queued, i.e. pickling when adding to internal buffer instead of as part of Connection.send() in _feed thread. Does this sound like a reasonable solution? (I'll do my best to write unit tests etc. as per submission guidelines, if so.)

Regards,
VT
History
Date User Action Args
2010-03-02 18:24:20vilnis.termanissetrecipients: + vilnis.termanis, jnoller, meador.inge
2010-03-02 18:24:20vilnis.termanissetmessageid: <1267554260.07.0.0997833834625.issue8037@psf.upfronthosting.co.za>
2010-03-02 18:24:18vilnis.termanislinkissue8037 messages
2010-03-02 18:24:18vilnis.termaniscreate