Strict Two-Phase LockingAvoid deadlockIn other words, deadlock avoidance is a useful strategy for applications. It could also be used in database system implementations, but no (?) database systems do so. Deadlock is rare, and the waits-for graph analysis is not expensive. |