update Thu Apr 15 06:37:02 PDT 2010
[pkgsrc.git] / wip / p5-Tie-DB_Lock / DESCR
1 This is a front-end for the DB_File package.
2
3 If you tie a hash in read-only mode, this module puts a shared lock on
4 the database file, copies it to a temporary file, unlocks the original
5 database, and then ties the tempfile using DB_File.
6
7 If you tie the hash in read-write mode, we put an exclusive lock on the
8 database and tie it directly using DB_File.