perl-File-NFSLock - Perl module to do NFS (or not) locking
Description:
Program based of concept of hard linking of files being atomic across NFS. This concept was mentioned in Mail::Box::Locker (which was originally presented in Mail::Folder::Maildir). Some routine flow is taken from there -- particularly the idea of creating a random local file, hard linking a common file to the local file, and then checking the nlink status. Some ideologies were not complete (uncache mechanism, shared locking) and some coding was even incorrect (wrong stat index). File::NFSLock was written to be light, generic, and fast.
Homepage: http://search.cpan.org/dist/File-NFSLock
License: GPL+ or Artistic
Vendor: Fedora Project
Packages
perl-File-NFSLock-1.20-2.fc8.1.noarch [19 KiB] |
Changelog by Tom "spot" Callaway (2007-10-15):
- correct license tag - add BR: perl(ExtUtils::MakeMaker) |