Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37043112
en ru br
ALT Linux repos
S:1.8-alt1_15jpp11

Group :: Development/Java
RPM: java-dirq

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.8-alt1_15jpp11
Build date: 10 june 2022, 14:57 ( 93.9 weeks ago )
Size: 25.84 Kb

Home page:   https://github.com/cern-mig/java-dirq

License: ASL 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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • java-dirq
  • java-dirq-javadoc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin