The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

mp3submit4index.pl - submit jobs to MP3IndexerService for indexing

SYNOPSIS

 # start the service daemon
 helios.pl MP3IndexerService
 
 # find all the .mp3 files in your file system
 # and submit jobs to Helios to index them
 find / -name "*\.mp3" -print | mp3submit4index.pl

DESCRIPTION

This is a sample application to demonstrate some of the features of the Helios distributed job processing system and how to write services for it.

The mp3submit4index.pl command reads a list of filenames from STDIN and submits jobs to Helios for the MP3IndexerService to process.

SEE ALSO

Helios, MP3IndexerService, MP3::Info

AUTHOR

Andrew Johnson, <lajandy at cpan dotorg>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Andrew Johnson

This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.