top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the difference between Fault Handlers and the Interrupt handlers are different?

+1 vote
146 views
What is the difference between Fault Handlers and the Interrupt handlers are different?
posted Jan 5, 2016 by Mohammed Hussain

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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.

answer Jan 7, 2016 by Manikandan J
...