Computer Science, asked by rahulkk8148, 11 months ago

Discuss methods for handling deadlocks?

Answers

Answered by Anonymous
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.
Similar questions