1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: libmldbm-sync-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libmldbm-perl,
libtie-cache-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmldbm-sync-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmldbm-sync-perl.git
Homepage: https://metacpan.org/release/MLDBM-Sync/
Package: libmldbm-sync-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libmldbm-perl
Recommends: libtie-cache-perl
Description: Perl module for safe concurrent access to MLDBM databases
MLDBM::Sync 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.
|