Strict Two-Phase Locking
Lock implementation
- A database may be accessed concurrently by tens/hundreds of users.
- Each user's operations on the database are implemented by a
thread or process.
- There is a lock manager accessible to all of these processes, which provides
locking and unlocking functions.
|