Handling interrupts in user space
Posted Mar 17, 2005 22:40 UTC (Thu) by
obobo (guest, #684)
In reply to:
Handling interrupts in user space by rgoates
Parent article:
Handling interrupts in user space
Well, if you make a task that is just sitting (via poll or select) on that event, it will act pretty much exactly like an interrupt handler for that event. If you decide to use a single thread/task and just poll it periodically, of course, it won't.
(
Log in to post comments)