[Python-Dev] suggest: nowait option in subprocess.communicate

Neal Becker ndbecker2 at gmail.com
Wed Apr 5 17:11:18 CEST 2006


I'd like to start several processes, each a pipe reading from my python main
process.  It looks like I want to write all my data to each process, then
use communicate(), but I don't want to wait for each process yet, since
then they would block each other.  Why not add a nowait option to
communicate?



More information about the Python-Dev mailing list