answersLogoWhite

0

There are 2 approaches to handle this situation,

1.Disable interrupts while an interrupt is being processing

in this approach, when the processor is being processing an interrupt, the processor ignores any new interrupt signal and these new signals have to wait in a queue and processor will check after the currently processing interrupt is finished.

2. Defining priorities for interrupts

in this case, each interrupt has a priority value. When the processor is being executing an interrupt, another interrupt can interrupt and gain the processor if the second interrupt has a higher priority than first one

Source- William Stallings, operating systems Sorry, the word you are looking for is not in the Database

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
ReneRene
Change my mind. I dare you.
Chat with Rene
More answers

How are multiple interrupt s dealt with

User Avatar

Rahmat Sajjadi

Lvl 2
3y ago
User Avatar

Add your answer:

Earn +20 pts
Q: How are multiple interrupts dealt with?
Write your answer...
Submit
Still have questions?
magnify glass
imp