[Python-Dev] suggest: nowait option in subprocess.communicate (original) (raw)
Neal Becker ndbecker2 at gmail.com
Wed Apr 5 17:11:18 CEST 2006
- Previous message: [Python-Dev] TRUNK is UNFROZEN
- Next message: [Python-Dev] suggest: nowait option in subprocess.communicate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message: [Python-Dev] TRUNK is UNFROZEN
- Next message: [Python-Dev] suggest: nowait option in subprocess.communicate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]