Class BDB::Lock
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
put()

The lock_put function releases lock from the lock table.

lock_put()

same than put

release()

same than put

delete()

same than put