summaryrefslogtreecommitdiffstats
path: root/perl/perl-IPC-DirQueue/README
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2014-01-12 07:38:30 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-01-29 23:20:59 -0600
commita0a28ae2db36f2f6c64f0182f837625b4ddac2c0 (patch)
treea1d49af6862bd5a53c2f70024dec45e27fab4460 /perl/perl-IPC-DirQueue/README
parent2a18e9051c24a088f59d97401c36fea56ff58353 (diff)
downloadslackbuilds-a0a28ae2db36f2f6c64f0182f837625b4ddac2c0.tar.gz
slackbuilds-a0a28ae2db36f2f6c64f0182f837625b4ddac2c0.tar.xz
perl/perl-IPC-DirQueue: Added (many-to-many queueing system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-IPC-DirQueue/README')
-rw-r--r--perl/perl-IPC-DirQueue/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-IPC-DirQueue/README b/perl/perl-IPC-DirQueue/README
new file mode 100644
index 0000000000..69be495917
--- /dev/null
+++ b/perl/perl-IPC-DirQueue/README
@@ -0,0 +1,5 @@
+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.
+