Computer Science, asked by amansachdeva1205, 1 year ago

Methods for handling deadlocks in operating system

Answers

Answered by RK242
1
Generally speaking there are three ways of handling deadlocks: Deadlock prevention or avoidance - Do not allow the system to get into a deadlocked state. Deadlock detection and recovery - Abort a process or preempt some resources when deadlocks are detected.
Similar questions