[Python-au] Processes and pipes; newbie alert
Nick Coghlan
ncoghlan at iinet.net.au
Thu Dec 30 00:12:04 EST 2004
More information about the Python-list mailing list
Thu Dec 30 00:12:04 EST 2004
- Previous message (by thread): Hot 22 Year Old Looking For Love Or More.....Please Contact Me.......... DOG0
- Next message (by thread): Why would I use inspect.isclass()?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 at email.com | Brisbane, Australia --------------------------------------------------------------- http://boredomandlaziness.skystorm.net
- Previous message (by thread): Hot 22 Year Old Looking For Love Or More.....Please Contact Me.......... DOG0
- Next message (by thread): Why would I use inspect.isclass()?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list