| Name: | python3-zc-lockfile |
|---|---|
| Version: | 2.0 |
| Release: | 10.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 35702 |
| License: | ZPLv2.1 |
| RPM: | python3-zc-lockfile-2.0-10.el9.noarch.rpm |
| Source RPM: | python-zc-lockfile-2.0-10.el9.src.rpm |
| Build Date: | Wed Feb 23 2022 |
| Build Host: | build-ol9-x86_64.oracle.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. |