Timeout on read()?

David Bolen db3l at fitlinxx.com
Wed Aug 23 20:59:48 EDT 2000


Paul Duffin <pduffin at hursley.ibm.com> writes:

> Doesn't the async package hide all of these details.

Well, the package helps abstract using select() to multiplex socket
I/O, but that just makes it subject to the same limitations of
select() on any given platform.  So with respect to the original
question of a timeout on read(), I don't think it changes much - since
you're still stuck on Windows where select() can't be used for
anything other than sockets.

--
-- David
-- 
/-----------------------------------------------------------------------\
 \               David Bolen            \   E-mail: db3l at fitlinxx.com  /
  |             FitLinxx, Inc.            \  Phone: (203) 708-5192    |
 /  860 Canal Street, Stamford, CT  06902   \  Fax: (203) 316-5150     \
\-----------------------------------------------------------------------/



More information about the Python-list mailing list