freebsd-ports/devel/py-lock_file
Martin Wilke cad484f4ce Lock files are used on Unix-like systems as a means of synchronization among
processes. Only one process can hold a lock file. Other processes that want to
acquire it have to wait until it is released by the holder.

In this module the lock file is implemented as an empty regular file,
exclusively locked using fcntl.flock. The file is removed when it is to be
released.

WWW: http://martin.horcicka.eu/python/lock_file/

PR:		ports/113392
Submitted by:	Martin Horcicka <martin at horcicka.eu>
2007-06-06 13:28:20 +00:00
..
distinfo
Makefile
pkg-descr
pkg-plist