Strict Two-Phase LockingLock implementationThe Lock Manager is sharedThe lock manager is used by all running processes (or threads). The data structures managed by the lock manager has to be accessible to all of these processes. The implementation must be thread-safe. (Not the topic of this course.) Lock Manager data structures
|