nextupprevious

Notification Mechanisms

How does an application find out what file descriptors are ready for processing? However, kernel I/O subsystem follows event-based view so select() implementation must translate from event-driven approach to state-based view.