Re: [Python-au] Processes and pipes; newbie alert
From: Nick Coghlan (ncoghlan_at_iinet.net.au)
Date: 12/30/04
- Next message: Gurpreet Sachdeva: "Re: Problem in threading"
- Previous message: Bengt Richter: "Re: Other notes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Dec 2004 15:12:04 +1000 To: Python List <python-list@python.org>
Jon wrote:
> Obviously I don't need PeekNamedPipe here but I know the pipe has something
> in it and wanted to try it out. The code all works fine if I comment out
> PeekNamedPipe.
The pipes returned by the win32pipe.popen calls are standard file-like objects,
rather than win32 Named Pipes. The only way I know of to get an actual Named
Pipe is with CreateNamedPipe.
The folks on the win32 SIG might be able to help you out with more specifics
about the uses of named pipes.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan@email.com | Brisbane, Australia
---------------------------------------------------------------
http://boredomandlaziness.skystorm.net
- Next message: Gurpreet Sachdeva: "Re: Problem in threading"
- Previous message: Bengt Richter: "Re: Other notes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|