Name : perl-LockFile-Simple
| |
Version : 0.207
| Vendor : openSUSE Build Service
|
Release : 2.1
| Date : 2013-05-28 17:25:35
|
Group : Development/Libraries/Perl
| Source RPM : perl-LockFile-Simple-0.207-2.1.src.rpm
|
Size : 0.04 MB
| |
Packager : (none)
| |
Summary : simple file locking scheme
|
Description :
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.
Author: ------- Raphael Manfredi < Raphael_ManfrediAATTpobox.com>
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/csbuild:/Perl/SLE_10_SDK/noarch |