Package : perl-File-FcntlLock > RPM : perl-File-FcntlLock-0.220.0-18.mga9.i586.rpm

Basic items

Install
Name perl-File-FcntlLock
Version 0.220.0
Release 18.mga9
URL https://metacpan.org/release/File-FcntlLock
Group Development/Perl
Summary File locking with fcntl()
Size 106KB
Arch i586
License GPL+ or Artistic

Description

File locking in Perl is usually done using the the flock() manpage
function. Unfortunately, this only allows locks on whole files and is often
implemented in terms of the flock(2) manpage, which has some shortcomings.

Using this module file locking via the fcntl(2) manpage can be done
(obviously, this restricts the use of the module to systems that have a the
fcntl(2) manpage system call). Before a file (or parts of a file) can be
locked, an object simulating a flock structure must be created and its
properties set. Afterwards, by calling the 'lock()' method a lock can be
set or it can be determined if and which process currently holds the lock.

To create a new object representing a flock structure call 'new()':

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-06-07 00:53:13
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie