blob: c26bc066f8f95ffd4b791aa44898f41600833f62 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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.
|