Kernel events without kevents
Posted Mar 15, 2007 9:19 UTC (Thu) by
simlo (subscriber, #10866)
Parent article:
Kernel events without kevents
In windows you map sockets to events and use WaitForMultipleObjects() to implement select(). In Linux we are apparently going to map events to filedescriptors and use select() to implement WaitForMultipleObjects().
(
Log in to post comments)