freebsd-ports/devel/p5-Tie-DB_FileLock/pkg-descr
Will Andrews aed56044eb Add p5-Tie-DB_FileLock 0.10, a perl module which extends DB_File, providing
a locking layer using flock().

PR:		20758
Submitted by:	Josh Tiefenbach <josh@zipperup.org>
2000-09-16 04:50:59 +00:00

7 lines
285 B
Text

Tie::DB_FileLock extends DB_File, providing a locking layer using
flock().
Unlike Tie::DB_Lock, Tie::DB_FileLock does not duplicate files to
allow concurrent access for readers and writers. Tie::DB_FileLock
is therefore suitable for large dbms with relatively short locking
periods.