diff options
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 |
commit | a0a28ae2db36f2f6c64f0182f837625b4ddac2c0 (patch) | |
tree | a1d49af6862bd5a53c2f70024dec45e27fab4460 /perl/perl-IPC-DirQueue/README | |
parent | 2a18e9051c24a088f59d97401c36fea56ff58353 (diff) |
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/README | 5 |
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 000000000000..69be495917f9 --- /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. + |