Hrvoje Niksic wrote:
> Unfortunately, this is not the case for files at all, even on Unix.
> (On Windows, select doesn't work on files at all, it only accepts
> sockets.)

    "select" doesn't work on Windows pipes, either.  I had to go to
a multithreaded program to work around that.

                                        John Nagle
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to