Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 476 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 476 Bytes

Description

A prototype for a distributed INOTIFY based queue system, intended to be used with machine generated config.

example

edit Config/Constants.pm

./am_forker.pl (install missing deps via 'cpan install Modulename' or 'cpanm Modulename')

./am_inotify.pl (install missing deps via cpan install Modulename' or 'cpanm Modulename')

to see what happens, use something like this

for ((i=100;i<101;i++)); do touch /tmp/test/tm/out/$i\_qbo.xz; done