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 legordian
Recipients legordian, sbt
Date 2012-09-21.15:11:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348240275.41.0.63549741896.issue15983@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, I would like to check if the threads working on the queue are still alive. 

However, it occurs to me now that I would need a facility to distinguish between a timeout and an actual join. Unfortunately, my original patch does not provide this, one would have to implement an additional check and think about the correct way to signal a timeout.

Also, there seem to be other people looking for this feature: http://stackoverflow.com/questions/1564501/add-timeout-argument-to-pythons-queue-join
History
Date User Action Args
2012-09-21 15:11:15legordiansetrecipients: + legordian, sbt
2012-09-21 15:11:15legordiansetmessageid: <1348240275.41.0.63549741896.issue15983@psf.upfronthosting.co.za>
2012-09-21 15:11:14legordianlinkissue15983 messages
2012-09-21 15:11:14legordiancreate