Description
Perl programs can coordinate file access with locking designed to work safely on NFS-mounted filesystems. This is useful when scripts or services on multiple machines might write to the same shared files.
It is a filesystem coordination library. Correct behavior still depends on every writer respecting the same lock files and on handling stale locks after crashes or network problems.