Thread
:
Network Model
View Single Post
#
2
(
permalink
)
March 20th, 2002
Unregistered
Guest
Posts: n/a
It's called select(). It's a standard system call or library function or whatever it is on all OSs.
It monitors a bunch of file descriptors and returns when one of them becomes readable and/or writable and/or an exception occured.