Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 549 Bytes

11 - Deadlock Detection.md

File metadata and controls

11 lines (5 loc) · 549 Bytes

Deadlock Detection

  • Deadlock detection is the process of determining that a deadlock exists and identifing the process and resources involved in the deadlock.

  • If a process are locked on resources for an ordinately long time, the detection algorithm is excuted to determine whether the current state is a deadlock.

  • Deadlock detection algorithm can incur significant runtime overhead.

next point