SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Tie-DB_Lock rpm build for : openSUSE Tumbleweed. For other distributions click perl-Tie-DB_Lock.

Name : perl-Tie-DB_Lock
Version : 0.07 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 6.71 Date : 2024-08-05 18:33:20
Group : Development/Libraries/Perl Source RPM : perl-Tie-DB_Lock-0.07-6.71.src.rpm
Size : 0.02 MB
Packager : (none)
Summary : Ties hashes to databases using shared and exclusive locks
Description :
This is a front-end for the DB_File package.

If you tie a hash in read-only mode, this module puts a shared lock on the
database file, copies it to a temporary file, unlocks the original
database, and then ties the tempfile using DB_File.

If you tie the hash in read-write mode, we put an exclusive lock on the
database and tie it directly using DB_File.

The reason I copy the whole file every time I read from it is that this
allows the program to read from the file for as long as it wants to,
without interfering with other people\'s writes. This works well if you
typically have long, sustained reads, and short, bursty writes. See the
README file for help in deciding whether you want to use this package.

You don\'t always need to call untie() explicitly - it will be called for
you when %hash goes out of scope. And if all goes as planned, you\'ll never
know the temporary file ever existed, since it will evaporate when %hash
goes away.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/openSUSE_Tumbleweed/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Tie-DB_Lock-0.07-6.71.noarch.rpm
ftp.icm.edu.pl  perl-Tie-DB_Lock-0.07-6.71.noarch.rpm
     

Provides :
perl(Tie::DB_Lock)
perl-Tie-DB_Lock

Requires :
perl(:MODULE_COMPAT_5.40.0)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/Tie
/usr/lib/perl5/vendor_perl/5.40.0/Tie/DB_Lock.pm
/usr/share/doc/packages/perl-Tie-DB_Lock
/usr/share/doc/packages/perl-Tie-DB_Lock/Changes
/usr/share/doc/packages/perl-Tie-DB_Lock/README
/usr/share/man/man3/Tie::DB_Lock.3pm.gz

 
ICM