Hi,
  Can you please tell me what does subprocess.PIPE return? My problem is , I am spwaing a new (child) process using subprocess and assigning stdout to subprocess.PIPE. The reads from stdout are synchronous and block the thread. Can anybody please tell me how to make this read asynchronous so that the thread is not blocked?
Kind Regards,
Srinivas.


_______________________________________________
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to