[Twisted-Python] twisted.internet.process for Win32

Itamar Shtull-Trauring twisted at itamarst.org
Sat Mar 9 17:15:19 EST 2002


A bit further reading showed a bit of a race condition in the writing 
part, and the fact that writing pipe might never get closed in certain 
situations. All solveable of course - but it might be easier to do a 2 
thread solution, one for writing and one with WaitForMultipleObjects for 
reading.

Or... there could be a single thread for *all* Processes stdout and 
stderr reading, and then another thread per Process for writing.





More information about the Twisted-Python mailing list