Sharing Pipes in win32

Nir of the Waves nir1408 at hotmail.com
Sun Feb 8 18:12:34 EST 2004


In windows platforms how can I make two processes hold two ends of the same pipe?

 

os.pipe() returns reader and writer descriptors but how do I export one of the ends to another process?

 

Note: popen() is not good for me since the new process is left without tty input and output.

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20040209/87e51ab2/attachment.html>


More information about the Python-list mailing list