Kernel events without kevents
Posted Mar 15, 2007 15:28 UTC (Thu) by
felixfix (subscriber, #242)
In reply to:
Kernel events without kevents by Ross
Parent article:
Kernel events without kevents
You have a main loop somewhere using select to read various file descriptors. One of them is the single byte signal pipe. You read that single byte.
The point is to not have multiple bytes which might not be written contiguously.
(
Log in to post comments)