|< < 33 > >|

Strict Two-Phase Locking

Avoid deadlock

In 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.

|< < 33 > >|