forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
381 B
Text
10 lines
381 B
Text
Path::Class::File::Lockable uses simple files to indicate
|
|
whether a file is locked or not.
|
|
|
|
It does not use flock(), since that is unstable over NFS.
|
|
Effort has been made to avoid race conditions.
|
|
|
|
Path::Class::File::Lockable is intended for long-standing locks,
|
|
as in a Subversion workspace. See SVN::Class for example.
|
|
|
|
WWW: http://search.cpan.org/dist/Path-Class-File-Lockable/
|