Package java-dirq: Information
Source package: java-dirq
Version: 1.9-alt1
Build time: Dec 3, 2025, 10:42 AM
Category: Development/Java
Report package bugHome page: https://github.com/cern-mig/java-dirq
License: Apache-2.0
Summary: Directory based queue
Description:
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.
Maintainer: Aleksandr Shamaraev
Last changed
Dec. 3, 2025 Aleksandr Shamaraev 1.9-alt1
- 1.8 -> 1.9 - changed license tag
June 10, 2022 Igor Vlasenko 1.8-alt1_15jpp11
- update
June 4, 2021 Igor Vlasenko 1.8-alt1_13jpp11
- new version