interprocess on Windows?

Gordon McMillan gmcm at hypernet.com
Tue Oct 19 17:50:49 EDT 1999


> Forced to Windows (98), can I do interprocess communication with
> Python, i.e. having two objects that communicate with each other?
> (like in Linux).

Sockets are portable (as long as you remember that select 
*only* works on sockets on Windows).

If you download the Win32 extensions, you can use the native 
Windows IPC methods.

- Gordon




More information about the Python-list mailing list