InterviewSolution
Saved Bookmarks
| 1. |
What is the main disadvantage of spinlocks?(a) they are not sufficient for many process(b) they require busy waiting(c) they are unreliable sometimes(d) they are too complex for programmersThe question was posed to me during an online exam.I would like to ask this question from Semaphores topic in chapter Process Synchronization of Operating System |
|
Answer» RIGHT OPTION is (b) they REQUIRE busy waiting The EXPLANATION: NONE. |
|