lock_file 2.0
Lock file manipulation
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| lock_file-2.0.tar.gz (md5) | Source | 2007-10-24 21:59:29 | 2KB | 316 | |
- Author: Martin Horcicka <martin at horcicka eu>
- Home Page: http://martin.horcicka.eu/python/lock_file/
- Download URL: http://martin.horcicka.eu/python/lock_file/lock_file-2.0.tar.gz
- License: Public Domain
- Platform: Unix-like systems
- Categories
- Package Index Owner: horcicka
- DOAP record: lock_file-2.0.xml
Log in to rate this package.
