File locking with fcntl(2)
http://search.cpan.org/dist/File-FcntlLock/
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 flock(2), which has some shortcomings.
Using this module file locking via fcntl(2) can be done.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP6/perl-File-FcntlLock && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
File-FcntlLock-0.22.tar.gz | 0000016994 16.6 KB | |
perl-File-FcntlLock.changes | 0000002274 2.22 KB | |
perl-File-FcntlLock.spec | 0000003470 3.39 KB |
Latest Revision
Yuchen Lin (maxlin_factory)
committed
(revision 3)
branch from Backports SP5
Comments 0