|< < 28 > >|

Strict Two-Phase Locking

Lock implementation

Unlocking

unlock_all(transaction) { for each lock held by transaction { unlock(transaction, object) } }

|< < 28 > >|