diff options
Diffstat (limited to 'databases/p5-MLDBM-Sync/pkg-descr')
-rw-r--r-- | databases/p5-MLDBM-Sync/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/p5-MLDBM-Sync/pkg-descr b/databases/p5-MLDBM-Sync/pkg-descr new file mode 100644 index 000000000000..a0ec4a1ba341 --- /dev/null +++ b/databases/p5-MLDBM-Sync/pkg-descr @@ -0,0 +1,10 @@ +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/doc/CHAMAS/MLDBM-Sync-0.25/Sync.pm + +- Erwin Lansing +erwin@lansing.dk |