aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-MLDBM-Sync/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-29 18:02:47 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-29 18:02:47 +0000
commit3d460b347bdd89bdce919c88c96ed2e94da4ca5d (patch)
tree8c5d3e092788314e4cabcb7e76bea3078d819eb3 /databases/p5-MLDBM-Sync/pkg-descr
parent2b1210b36ca493fde695169371b2c5ade35c5f1c (diff)
downloadports-3d460b347bdd89bdce919c88c96ed2e94da4ca5d.tar.gz
ports-3d460b347bdd89bdce919c88c96ed2e94da4ca5d.zip
add p5-MLDBM-Sync 0.25
MLDBM::Sync - safe concurrent access to MLDBM databases PR: 38684 Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes: svn path=/head/; revision=60252
Diffstat (limited to 'databases/p5-MLDBM-Sync/pkg-descr')
-rw-r--r--databases/p5-MLDBM-Sync/pkg-descr10
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