Saturday, April 2, 2011

Select

select is a system call for polling the status of multiple file descriptors. In C programming, it is declared in the header file sys/select.h or unistd.h. Those files and sys/time.h must be included to use select.

No comments:

Post a Comment