Timeline for In multiprocessor systems do interrupts block all execution?
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 3, 2024 at 5:48 | vote | accept | FourierFlux | ||
| Dec 2, 2024 at 12:52 | history | edited | Chris Davies | CC BY-SA 4.0 | edited body |
| Dec 2, 2024 at 12:45 | answer | added | telcoM | timeline score: 2 | |
| Dec 2, 2024 at 2:01 | comment | added | FourierFlux | Interrupt handler in kernel. | |
| Dec 1, 2024 at 22:00 | comment | added | G-Man Says 'Reinstate Monica' | Are you talking about a signal handler in a program, or are you talking about an interrupt handler in the kernel? | |
| Dec 1, 2024 at 19:26 | comment | added | jsotola | I do not have much experience with processors... I am simply using logic to make the comment ... it makes no sense that anyone would design a multi-processor system that completely halts when a single interrupt is received, other than a reset | |
| Dec 1, 2024 at 19:12 | comment | added | FourierFlux | So if you're OK with losing a processor during the interrupt, a blocking interrupt won't freeze the whole system? | |
| Dec 1, 2024 at 18:41 | comment | added | jsotola | a blocking function simply loops until something happens ... it will block any processor that runs it ... so you have to determine which processors are servicing the interrupt | |
| Dec 1, 2024 at 17:57 | history | asked | FourierFlux | CC BY-SA 4.0 |