[Python-Dev] subprocess crossplatformness and async communication (original) (raw)

Andrew Bennetts andrew-pythondev at puzzling.org
Tue Jan 27 00:45:02 CET 2009


Daniel Stutzbach wrote: [...]

If you really need to communicate with multiple subprocesses (which so far has not been suggested as a motivating example), then you can use select().

Not portably. select() on windows only works on sockets.

-Andrew.



More information about the Python-Dev mailing list