Class BDB::Lock |
|
The lock subsystem provides interprocess and intraprocess concurrency control mechanisms. While the locking system is used extensively by the Berkeley DB access methods and transaction system, it may also be used as a stand-alone subsystem to provide concurrency control to any set of designated resources.
Methods |
Public Instance methods |
put() |
The lock_put function releases lock from the lock table.
lock_put() |
same than put
release() |
same than put
delete() |
same than put