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