./wip/p5-Tie-DB_Lock, Ties hashes to databases using shared and exclusive locks

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.07, Package name: p5-Tie-DB_Lock-0.07, Maintainer: hiramatu

This is a front-end for the DB_File package.

If you tie a hash in read-only mode, this module puts a shared lock on
the database file, copies it to a temporary file, unlocks the original
database, and then ties the tempfile using DB_File.

If you tie the hash in read-write mode, we put an exclusive lock on the
database and tie it directly using DB_File.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: beed695cf1d1985c86833540643379a4389f32a5
Filesize: 6.715 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2012-10-04 21:11:57 by Aleksej Saushev | Files touched by this commit (56)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2008-05-30 14:22:34 by abs | Files touched by this commit (18)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2006-03-03 10:55:58 by Hiramatsu Yoshifumi | Files touched by this commit (4) | Imported package
Log message:
This is a front-end for the DB_File package.

If you tie a hash in read-only mode, this module puts a shared lock on
the database file, copies it to a temporary file, unlocks the original
database, and then ties the tempfile using DB_File.

If you tie the hash in read-write mode, we put an exclusive lock on the
database and tie it directly using DB_File.