TOC Next
Efficiently monitor large numbers of file descriptors (fds) to see if I/O is possible on any of them.
Linux 2.6.0
Linux specific; other implementations have similar features, e.g., kqueue (FreeBSD), /dev/poll (Solaris)
(C) 2006, Michael Kerrisk