The circular wait condition can be prevented by
Answers
Answered by
9
The circular wait condition can be prevented by
(A) defining linear ordering of resource types
(B) using thread
(C) using pipes
(D) all of these
Circular wait can be denied by imposing a total ordering on all of the resource types and then forcing all processes to request the resources in order (increasing or decreasing).
(A) defining linear ordering of resource types
(B) using thread
(C) using pipes
(D) all of these
Circular wait can be denied by imposing a total ordering on all of the resource types and then forcing all processes to request the resources in order (increasing or decreasing).
Similar questions