in reply to Using select() on only one socket
When select() says a file descriptor is readable it really means that it *might* be readable. You still have to use nonblocking I/O to be sure you won't block.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using select() on only one socket
by polettix (Vicar) on Sep 04, 2005 at 16:31 UTC |