Name: | python3-zc-lockfile |
---|---|
Version: | 2.0 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 35343 |
License: | ZPLv2.1 |
RPM: | python3-zc-lockfile-2.0-2.el8.noarch.rpm |
Source RPM: | python-zc-lockfile-2.0-2.el8.src.rpm |
Build Date: | Fri Sep 18 2020 |
Build Host: | jenkins-172-17-0-2-11fd70d9-f8d8-4d1e-9560-ba8e5bd65303.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://pypi.io/project/zc.lockfile/ |
Summary: | Basic Inter-Process Locks |
Description: | 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. |