Search results for "module:Queue"
Queue::Q - Mix-and-match Queue Implementations and Backends
This is an experimental module. The interface may change without notice. Before using it in production, please get in touch with the authors! "Queue::Q" is a collection of queue implementations each with multiple backends. Right now, it comes with th...
MATTK/Queue-Q-0.31 - 14 Dec 2015 12:27:29 UTC
Pg::Queue - Simple SKIP LOCKED based Queue for Postgresql
This module provides an OO interface to a Postgresql table which implements a simple yet highly concurrent queue via the new 9.5 feature "SKIP LOCKED". For further details on how SKIP LOCKED works, see <https://www.postgresql.org/docs/current/static/...
RMZG/Pg-Queue-v1.0 - 29 Jul 2017 08:04:19 UTC
Queue::Q4M - Simple Interface To q4m
Queue::Q4M is a simple wrapper to q4m, which is an implementation of a queue using mysql....
DMAKI/Queue-Q4M-0.00019 - 13 Apr 2009 11:28:44 UTC
LSF::Queue - get information about LSF queues.
"LSF::Queue" is a wrapper arround the LSF 'bqueues' command used to obtain information about job queues. The hash keys of the object are LSF submission and control parameters. See the 'bqueues' man page for more information....
MSOUTHERN/LSF-0.9 - 25 Oct 2002 16:12:36 UTC
VMS::Queue - Perl extension to manage queues, entries, and forms, and retrieve queue, entry, and form information.
The VMS::Queue module lets a perl script (running as a user with appropriate privileges) manage queues, queue entries, forms, characteristics, and queue managers. Queue functions The queue functions create, delete, manipulate, or list queues. Most fu...
CBERRY/VMS-Queue-0_58 - 20 Aug 2006 22:07:46 UTC
Queue::Dir - Manage queue directories where each object is a file
"Queue::Dir" allows the manipulation of objects placed in a queue. The queue is implemented as a directory where each object is stored as a file. METHODS The following methods are defined: "my $q = new Queue::File (...)" -id assigns a unique process-...
LUISMUNOZ/Queue-Dir-0.01 - 30 Jun 2003 18:18:38 UTC
Queue::DBI - A queueing module with an emphasis on safety, using DBI as a storage system for queued data.
AUBERTG/Queue-DBI-v2.7.0
-
23 Mar 2017 06:26:51 UTC
MCE::Queue - Hybrid (normal and priority) queues
This module provides a queue interface supporting normal and priority queues and utilizing the IPC engine behind MCE. Data resides under the manager process. Three options are available for overriding the default value for new queues. The porder opti...
MARIOROY/MCE-1.889 - 13 Sep 2023 23:37:02 UTC
NBI::Queue - NBI::Queue, to filter jobs in the queue
The "NBI::Queue" module provides a mechanism to filter and manage jobs in the SLURM queue. It allows you to create a queue object and retrieve information about the jobs based on various criteria such as username, job ID, queue name, job state, and j...
PROCH/NBI-Slurm-0.6.3 - 25 Sep 2023 10:53:38 UTC
POE::Queue - a flexible, generic priority queue API
Priority queues may be implemented a number of ways, but they tend to behave similar to lists that are kept in order by some kind of "priority". Enqueued items are stored such that the "next" item to be retrieved is the one with the highest priority....
BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC
Proc::Queue - limit the number of child processes running
This module lets you parallelise a perl program using the "fork", "exit", "wait" and "waitpid" calls as usual but without taking care of creating too many processes and overloading the machine. It redefines perl "fork", "exit", "wait" and "waitpid" c...
SALVA/Proc-Queue-1.23 - 07 Jan 2008 22:38:00 UTC
Hook::Queue - define a queue of handlers
Hook::Queue provides a mechanism for stacking global handlers in a queue of routines that will take an attempt at answering the subroutine call addressed to it. For each subroutine that joins the queue, it can either return a canonical answer, or ind...
RCLAMP/Hook-Queue-1.21 - 30 Apr 2004 10:18:58 UTC
Queue::Base - Simple OO style queue implementation.
The Queue::Base is a simple implementation for queue structures using an OO interface. Provides basic functionality: nothing less - nothing more....
RUSSOZ/Queue-Base-2.203 - 25 Jul 2011 01:31:06 UTC
Dezi::Queue - simple in-memory FIFO queue class
Dezi::Queue is basically a Perl array, but it defines an API that can be implemented using any kind of storage and logic you want. One example would be a database that tracks items to be evaluated, or a flat file list....
KARMAN/Dezi-App-0.016 - 27 Apr 2018 14:12:33 UTC
Zing::Queue - Message Queue
This package provides a general-purpose message queue abstraction....
AWNCORP/Zing-0.27 - 12 Feb 2021 17:41:40 UTC
Queue::Mmap - Perl extension for shared queue over mmap-ed file
Queue::Mmap - Shared circle-queue over mmap-ed file. Usefull for multy process task queue. One process(es) push task message, and other process(es) pop and execute that tasks. Access with locking(fcntl) guaranted right order without conflict. If push...
IEFREMOV/Queue-Mmap-0.11 - 30 May 2011 09:25:35 UTC
Data::Queue - Order/Unordered stack
Stack, with the ablity to add and remove elements by id on the fly. Elements go in and out of the stack in the id order....
AKALINUX/Data-Queue-1.0002 - 12 Mar 2018 16:31:15 UTC
Argon::Queue - Bounded, prioritized queue class
The bounded priority queue used by the Argon::Manager for Argon::Messages submitted to the Ar network....
JEFFOBER/Argon-0.18 - 14 Nov 2017 12:39:05 UTC
Forks::Queue - queue that can be shared safely across processes
Interface for a queue object that can be shared across processes and threads. Available implementations are Forks::Queue::File, Forks::Queue::Shmem, Forks::Queue::SQLite....
MOB/Forks-Queue-0.15 - 28 Dec 2020 04:02:46 UTC