freebsd-ports/devel/py-lock_file/pkg-descr
Pav Lucistnik e04bb54b58 - Update to 2.0
PR:		ports/117464
Submitted by:	Martin Horcicka <martin@horcicka.eu> (maintainer)
2007-12-14 21:25:45 +00:00

7 lines
395 B
Text

Lock file is a traditional means of synchronization among processes. In this
module it is implemented as an empty regular file exclusively locked using
fcntl.lockf. When it is to be released it is removed by default. However, if
all cooperating processes turn off the removal, they get a guaranteed order of
acquisitions and better scalability.
WWW: http://martin.horcicka.eu/python/lock_file/