debian man page for dbm::deep::storage

Query: dbm::deep::storage

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DBM::Deep::Storage(3pm) 				User Contributed Perl Documentation				   DBM::Deep::Storage(3pm)

NAME
DBM::Deep::Storage - abstract base class for storage flush() This flushes the filehandle. This takes no parameters and returns nothing. is_writable() This takes no parameters. It returns a boolean saying if this filehandle is writable. Taken from <http://www.perlmonks.org/?node_id=691054/>.
LOCKING
This is where the actual locking of the storage medium is performed. Nested locking is supported. NOTE: It is unclear what will happen if a read lock is taken, then a write lock is taken as a nested lock, then the write lock is released. Currently, the only locking method supported is flock(1). This is a whole-file lock. In the future, more granular locking may be supported. The API for that is unclear right now. The following methods manage the locking status. In all cases, they take a DBM::Deep object and returns nothing. o lock_exclusive( $obj ) Take a lock usable for writing. o lock_shared( $obj ) Take a lock usable for reading. o unlock( $obj ) Releases the last lock taken. If this is the outermost lock, then the object is actually unlocked. perl v5.14.2 2012-06-24 DBM::Deep::Storage(3pm)
Related Man Pages
pthread_rwlock_unlock(3c) - sunos
dbm::deep::engine(3pm) - debian
dbm::deep::engine::file(3pm) - debian
inn::utils::shlock(3pm) - debian
mail::box::locker::posix(3pm) - debian
Similar Topics in the Unix Linux Community
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections