Simple file locking scheme
http://search.cpan.org/perldoc?LockFile::Simple
This simple locking scheme is not based on any file locking system calls such
as flock() or lockf() but rather relies on basic file system primitives and
properties, such as the atomicity of the write() system call. It is not meant
to be exempt from all race conditions, especially over NFS. The algorithm used
is described below in the ALGORITHM section.
It is possible to customize the locking operations to attempt locking once
every 5 seconds for 30 times, or delete stale locks (files that are deemed too
ancient) before attempting the locking.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / perl-LockFile-Simple
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-LockFile-Simple && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
LockFile-Simple-0.208.tar.gz | 0000013219 12.9 KB | |
perl-LockFile-Simple.changes | 0000001072 1.05 KB | |
perl-LockFile-Simple.spec | 0000002341 2.29 KB |
Latest Revision
buildservice-autocommit
accepted
request 184544
from
Factory Maintainer (factory-maintainer)
(revision 10)
baserev update by copy to link target
Comments 0