libfile-fcntllock-perl

Perl module for file locking with fcntl(2)
  https://metacpan.org/release/File-FcntlLock
  0
  no reviews



File::fcntllock is a perl module to do file locking in an object oriented fashion using the fcntl(2) system call. this allows locks on parts of a file as well as on the whole file and overcomes some known problems with flock(2), on which perl's flock() function is based.

furthermore due to its design it supports reliable locking over nfs.