mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
aed56044eb
a locking layer using flock(). PR: 20758 Submitted by: Josh Tiefenbach <josh@zipperup.org>
8 lines
285 B
Plaintext
8 lines
285 B
Plaintext
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.
|