VLADIMIRZ/JIP-LockFile-0.051 - 07 Jan 2018 18:18:54 GMT
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...
SCHWIGON/LockFile-Simple-0.208 - 01 Jun 2012 21:23:50 GMTProvide locking/mutex mechanism under (at least) UNIX and Win32 that will function correctly even in networked/NFS environments. It is based on the concept that if two processes each connect to the same host via ftp and try to create the same directo...
RONALDWS/LockFile-NetLock-0.32 - 28 Feb 2008 14:54:35 GMTJEFFOBER/Proc-tored-0.20 - 27 Oct 2017 18:26:43 GMT
lock() Attempts to acquire lock. Returns pid if successful. Returns undef otherwise....
WJIAN/DynGig-Util-1.04 - 13 Jan 2014 01:32:47 GMTlock( file, epoch => start, duration => seconds ) Writes time into the file....
WJIAN/DynGig-Util-1.04 - 13 Jan 2014 01:32:47 GMTLazy::Lockfile is a module designed for simple locking through the use of lockfiles, requiring very little effort on the part of the developer. Once the object is instanced, the lock will be held as long as object exists. When the object is destroyed...
JEAGLE/Lazy-Lockfile-1.23 - 30 May 2017 05:30:28 GMT"IPC::Lockfile" is a module for use with Perl programs when you only want one instance of the script to run at a time. It uses "flock" and should work if run on an OS that supports "flock" (e.g. Linux, BSD, OSX and Windows)....
DFARRELL/IPC-Lockfile-0.05 - 28 Nov 2015 18:59:44 GMT"IPC::Lockfile" is a module for use with Perl programs when you only want one instance of the script to run at a time. It uses "flock" and should work if run on an OS that supports "flock" (e.g. Linux, BSD, OSX and Windows)....
DFARRELL/IPC-Lockfile-0.05 - 28 Nov 2015 18:59:44 GMTThis module provides convenience functions for using a lockfile to coordinate multi-process activities. While basically just a thin wrapper for Paranoid::IO functions it removes the small tedium of having to perform the multiple opens required to ens...
CORLISS/Paranoid-2.07 - 18 Apr 2019 18:30:04 GMT