The Wayback Machine - https://web.archive.org/web/20201225070643/https://github.com/iterative/zc.lockfile
Skip to content
master
Go to file
Code
This branch is 8 commits behind zopefoundation:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

Basic inter-process locks

The zc.lockfile package provides a basic portable implementation of interprocess locks using lock files. The purpose if not specifically to lock files, but to simply provide locks with an implementation based on file-locking primitives. Of course, these locks could be used to mediate access to other files. For example, the ZODB file storage implementation uses file locks to mediate access to file-storage database files. The database files and lock file files are separate files.

About

Basic portable implementation of interprocess locks using file-locking primitives.

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.