Kernel Summit 2006: Realtime
Posted Jul 25, 2006 20:47 UTC (Tue) by
obobo (guest, #684)
Parent article:
Kernel Summit 2006: Realtime
> One outstanding issue is recovery when a realtime task goes out of control...
In embedded systems, it is common to use a watchdog for this situation. It would seem to be straightforward to construct one using a highest priority task (doing a timed wait on a semaphore), and a low priority task which periodically posts to that semaphore. If the semwait times out, the watchdog task takes appropriate action against the offending process.
Any reason not to foist it off onto user space like that?
-Bill
(
Log in to post comments)