Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to 2.0 | Pav Lucistnik | 2007-12-14 | 3 | -12/+11 |
| | | | | | | | | PR: ports/117464 Submitted by: Martin Horcicka <martin@horcicka.eu> (maintainer) Notes: svn path=/head/; revision=203645 | ||||
* | Lock files are used on Unix-like systems as a means of synchronization among | Martin Wilke | 2007-06-06 | 4 | -0/+35 |
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> Notes: svn path=/head/; revision=192919 |