freebsd-ports/databases/p5-MLDBM-Sync/pkg-descr
2003-06-12 16:41:16 +00:00

11 lines
369 B
Plaintext

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 & writes.
WWW: http://search.cpan.org/dist/MLDBM-Sync/
- Erwin Lansing
erwin@FreeBSD.org