Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milabs/perl-file-queue

Simple file queue in perl
https://github.com/milabs/perl-file-queue

Last synced: 8 days ago
JSON representation

Simple file queue in perl

Awesome Lists containing this project

README

        

perl-file-queue
===============

Simple file queue written in perl. Use as follows:

0) clean the queue folder

FS_QUEUE_STORAGE=/tmp/queue perl queue.pl clean

1) enqueue

FS_QUEUE_STORAGE=/tmp/queue perl queue.pl enqueue

2) dequeue

FS_QUEUE_STORAGE=/tmp/queue perl queue.pl dequeue

3) inspect queue size

FS_QUEUE_STORAGE=/tmp/queue perl queue.pl size

Use FS_QUEUE_MAXIMUM to specify size limit for the queue.

author, license
===============

Written by Ilya V. Matveychikov, distributed under GPL v2.