Please enable JavaScript.
Coggle requires JavaScript to display documents.
Deadlock (Conditions for resource deadlock (Hold-and-Wait, No-preemption,…
Deadlock
-
Dealing Strategies
Detection and Recovery
-
Recovery
-
-
Kill process
First Approach
- Kill process in the cycle
- Check the cycle, if so, go back to first line (1)
- Repeat until the cycle is broken
-
Idea
-
It let deadlock occur, tries to detect when it happen
-
-
-
Prevention
-
-
-
-
-
-