Discuss methods for handling deadlocks?
Answers
Answered by
0
Generally speaking there are two ways of handling deadlocks:
1.Deadlockprevention or avoidance - Do not allow the system to get into a deadlocked state.
2.Deadlock detection and recovery - Abort a process or preempt some resources when deadlocks are detected.
1.Deadlockprevention or avoidance - Do not allow the system to get into a deadlocked state.
2.Deadlock detection and recovery - Abort a process or preempt some resources when deadlocks are detected.
Similar questions