BDB::Lock (Class)

In: bdb.rb
Parent: Object

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

delete   lock_put   put   release  

Public Instance methods

same than put

same than put

The lock_put function releases lock from the lock table.

same than put

[Validate]