Package perl-IPC-DirQueue

Disk-based many-to-many task queue

https://metacpan.org/release/IPC-DirQueue

This module implements a FIFO queueing infrastructure, using a directory as
the communications and storage media. No daemon process is required to
manage the queue; all communication takes place via the filesystem.

Version: 1.0

General Commands

dq-deque run a command on one task from an IPC::DirQueue queue
dq-indexd index server for IPC::DirQueue tasks
dq-list list the tasks queued in an IPC::DirQueue queue
dq-server run a command on all tasks in an IPC::DirQueue queue
dq-submit submit tasks to an IPC::DirQueue queue