首页 > 试题广场 >

Explain why interrupts are not

[问答题]
Explain why interrupts are not appropriate for implementing synchronization primitives in multiprocessor systems.
推荐
Interrupts are not sufficient in multiprocessor systems since disabling interrupts only prevents other processes from executing on the processor in which interrupts were disabled;there are no limitations on what processes could be executing on other processors and therefore the process disabling interrupts cannot guarantee mutually exclusive access to program state.
发表于 2018-03-14 11:57:33 回复(0)