Glenn Langford added the comment:

> 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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20319>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to