skip to navigation
skip to content

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

Log in to rate this package.