summaryrefslogtreecommitdiff
path: root/databases/p5-MLDBM-Sync/DESCR
blob: 3c55c4eb71f69a841675b1f783cc7f143570bf33 (plain)
1
2
3
4
5
This module wraps around the MLDBM interface, by handling concurrent
access to MLDBM databases with file locking, and flushes I/O explicity
per lock/unlock. The new [Read]Lock()/UnLock() API can be used to
serialize requests logically and improve performance for bundled reads
and writes.