164
Methods for handling deadlocks
nDeadlock prevention
udisallow 1 of the 4 necessary conditions of deadlock occurrence
nDeadlock avoidance
udo not grant a resource request if this allocation might lead to deadlock
nDeadlock detection
ualways grant resource request when possible.  But periodically check for the presence of deadlock and then recover from it