blob: c32cbd4dfaeb6f3addf7dbcea3a5488d4c0bd050 (
plain) (
blame)
1
2
3
4
5
6
|
The goal of this module is to offer a simple queue system using the
underlying filesystem for storage, security and to prevent race
conditions via atomic operations. It focuses on simplicity, robustness
and scalability.
WWW: http://search.cpan.org/dist/Directory-Queue/
|