DEVFYI - Developer Resource - FYI

In what way the Fault Handlers and the Interrupt handlers are different?

Unix Interview Questions


(Continued from previous question...)

62. In what way the Fault Handlers and the Interrupt handlers are different?

Fault handlers are also an interrupt handler with an exception that the interrupt handlers cannot sleep. Fault handlers sleep in the context of the process that caused the memory fault. The fault refers to the running process and no arbitrary processes are put to sleep.

(Continued on next question...)

Other Interview Questions