2002-05-29 20:02:47 +02:00
|
|
|
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.
|
|
|
|
|
2002-08-21 11:11:27 +02:00
|
|
|
WWW: http://search.cpan.org/dist/MLDBM-Sync/
|
2002-05-29 20:02:47 +02:00
|
|
|
|
|
|
|
- Erwin Lansing
|
2003-06-12 18:41:16 +02:00
|
|
|
erwin@FreeBSD.org
|