0
2.9kviews
Name and explain the different distributed deadlock detection algorithms.
1 Answer
| written 3.9 years ago by | • modified 3.9 years ago |
• All sites collectively cooperate to detect a cycle in the state graph.
• Initiated wherever a process is forced to wait.
• Distributed deadlock detection algorithms divided into four classes:
1.Path-pushing algorithm
2.Edge-chasing algorithm
3.Diffusion computation algorithm
4.Global state detection algorithm
•Wait for …