cad484f4ce
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>
3 lines
107 B
Text
3 lines
107 B
Text
%%PYTHON_SITELIBDIR%%/lock_file.py
|
|
%%PYTHON_SITELIBDIR%%/lock_file.pyc
|
|
%%PYTHON_SITELIBDIR%%/lock_file.pyo
|