In article <[EMAIL PROTECTED]>,
 Gary Herron <[EMAIL PROTECTED]> wrote:

>If you want select to start blocking again, you must read all bytes from
>stdin whenever select says there are bytes to be read.

To add to this, it is a good idea to read the select_tut(2) man page, 
particularly the "SELECT LAW" section. There's a lot of dos and don'ts 
there on how to avoid common bugs.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to