Operating System - Methods for Handling Deadlocks
There are three way to handle the deadlock problems:
Use a Protocol to avoid deadlocks.
Detect the deadlock when it occurs and recover it.
Ignore the deadlock problem altogether.
Among the three methods, third one is used by the most of the operating systems.