
The Spoolinger is a generic spool[1] manager, watching
for incoming files in a specific directory and scheduling
their processing.

Features:
  - scheduling based on concurrency and min/max age
  - gathering of file data using file name and content
    regex to be used in pattern replacement
  - cancel mode (with pattern replacement)
  - running of an external processing command (with pattern
    replacement)
  - "load check" via external command or Ruby plugin to
    allow processing depending on external conditions
  - logging with ajustable verbosity to help debug problems

After installing the gem, it needs to be configured, which is
explained in README.config. You can find configuration examples
in the 'examples/' directory.


[1] http://en.wikipedia.org/wiki/Spooling
