bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

read -t 0 not supported? (poll)


From: Marc Herbert
Subject: read -t 0 not supported? (poll)
Date: Wed, 22 Jul 2009 10:03:10 +0100
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Hi,

  It seems polling using "read -t 0" is not supported. Apparently because the 
implementation is based on alarm() (as opposed to be based on poll()/select()).

- is this true?
- if yes, doesn't this deserve more explicit documentation?

Would anyone know about an alternative, convenient way to poll() ? Thanks in 
advance!

Cheers,

Marc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]