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 glangford
Recipients Sebastian.Kreft.Deezer, bquinlan, glangford, mark.dickinson, pitrou, python-dev, sbt, tim.peters, vstinner
Date 2014-06-03.14:06:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401804404.16.0.392613138392.issue20319@psf.upfronthosting.co.za>
In-reply-to
Content
> My workload is launching two subprocess in parallel, and whenever one is ready, launches another one.

Since you have timeout=15.0, wait() should return at least every 15s. Can you determine if the wait is being repeatedly called in the while loop, and if so what Futures it is waiting on? In other words, is wait() being called continuously, or is wait() called and never returns?
History
Date User Action Args
2014-06-03 14:06:44glangfordsetrecipients: + glangford, tim.peters, bquinlan, mark.dickinson, pitrou, vstinner, python-dev, sbt, Sebastian.Kreft.Deezer
2014-06-03 14:06:44glangfordsetmessageid: <1401804404.16.0.392613138392.issue20319@psf.upfronthosting.co.za>
2014-06-03 14:06:44glangfordlinkissue20319 messages
2014-06-03 14:06:43glangfordcreate