previous
|
start
|
next
Interrupt Handler - How Much Should it Do
If a large amount of work is needed to handle an interrupt, there is a conflict:
interrupt handlers should be fast!
all the work needs to be done!
previous
|
start
|
next