InterviewSolution
Saved Bookmarks
| 1. |
One way to ensure that the circular wait condition never holds is to ____________(a) impose a total ordering of all resource types and to determine whether one precedes another in the ordering(b) to never let a process acquire resources that are held by other processes(c) to let a process wait for only one resource at a time(d) all of the mentionedI have been asked this question in examination.Asked question is from Deadlock Prevention in division Deadlocks of Operating System |
|
Answer» The CORRECT choice is (a) IMPOSE a total ordering of all resource types and to determine WHETHER one precedes another in the ordering |
|