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.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/perl-File-FcntlLock && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
File-FcntlLock-0.20.tar.gz | 0000016801 16.4 KB | |
perl-File-FcntlLock.changes | 0000001816 1.77 KB | |
perl-File-FcntlLock.spec | 0000003479 3.4 KB |
Revision 5 (latest revision is 6)
Adrian Schröter (adrianSuSE)
committed
(revision 5)
Split 13.2 from Factory
Comments 0