Directory based queue
The goal of this module is to offer a simple queue system using the underlying file system for storage, security and to prevent race conditions via atomic operations. It focuses on simplicity, robustness and scalability. This module allows multiple concurrent readers and writers to interact with the same queue. A Perl implementation (Directory::Queue) and a Python implementation (dirq) of the same algorithm are available so readers and writers can be written in different programming languages.
Release | Stable | Testing |
---|---|---|
Fedora 41 | 1.9-2.fc41 | - |
Fedora 40 | 1.8-21.fc39 | - |
Fedora EPEL 9 | 1.8-9.el9 | - |
Fedora EPEL 8 | 1.8-9.el8 | - |
You can contact the maintainers of this package via email at
java-dirq dash maintainers at fedoraproject dot org
.