Non-exhaustive file reads

Paul Rubin http
Sat Dec 2 23:00:46 EST 2006


Fredrik Tolf <fredrik at dolda2000.com> writes:
> mode, but nowhere can I find any information about how to enable
> non-blocking mode in Python.
> 
> Can anyone provide me with any information on how to accomplish this?

In Linux you'd use fcntl.  Some other discussion can be found on the
web:

    http://www.google.com/search?q=python+non-blocking+mode



More information about the Python-list mailing list