Kernel events without kevents
Posted Mar 15, 2007 4:27 UTC (Thu) by
felixfix (subscriber, #242)
Parent article:
Kernel events without kevents
It's been a while since I've written signal handling code, and I remember how clever I thought I was when I thought up the idea of writing single bytes to an internal pipe. Signals really suck and I never did like them.
Is it possible that if this events-via-fd idea catches on, signal handling syscalls could eventually be done away with and emulated by libc? I salivate at the idea of reliable simple signals without all that messy overhead, or at least with that messy overhead tucked away out of sight in libc.
(
Log in to post comments)