diff options
author | zuntum <zuntum> | 2001-11-01 00:11:36 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-01 00:11:36 +0000 |
commit | 4991dd0eac9df878678eae89126db950cc516d4c (patch) | |
tree | 4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /databases/p5-MLDBM-Sync/DESCR | |
parent | a658e08ca524fddd6dcef6452c7bf3ff1720f49f (diff) | |
download | pkgsrc-4991dd0eac9df878678eae89126db950cc516d4c.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'databases/p5-MLDBM-Sync/DESCR')
-rw-r--r-- | databases/p5-MLDBM-Sync/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/p5-MLDBM-Sync/DESCR b/databases/p5-MLDBM-Sync/DESCR new file mode 100644 index 00000000000..3c55c4eb71f --- /dev/null +++ b/databases/p5-MLDBM-Sync/DESCR @@ -0,0 +1,5 @@ +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 +and writes. |