[Python-Dev] subprocess crossplatformness and async communication (original) (raw)
Andrew Bennetts andrew-pythondev at puzzling.org
Tue Jan 27 00:45:02 CET 2009
- Previous message: [Python-Dev] subprocess crossplatformness and async communication
- Next message: [Python-Dev] subprocess crossplatformness and async communication
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] subprocess crossplatformness and async communication
- Next message: [Python-Dev] subprocess crossplatformness and async communication
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]