Direct interaction with subprocess - the curse of blocking I/O

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Mon Jun 29 23:41:42 EDT 2009


In message <mailman.2320.1246302955.8015.python-list at python.org>, Pascal 
Chambon wrote:

> I met the issue : select() works only on windows ...

No it doesn't. It works only on sockets on Windows, on Unix/Linux it works 
with all file descriptors <http://docs.python.org/library/select.html>.




More information about the Python-list mailing list