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

NAME

Helios - a distributed job processing system

DESCRIPTION

Helios is a system for building asynchronous distributed job processing applications. Applications that need to process hundreds, thousands, even millions of small units of work in parallel can use the Helios system to distribute your workload across the multiple processes and servers that form a Helios collective. Helios may also be used to improve the user experience on websites. By utilizing the framework's APIs, potential timeout issues can be eliminated and response times decreased for larger tasks invoked in response to user input. The web server application can "fire and forget" to the background, immediately returning control to the user. Using Helios, simple Perl applications can be written to distribute massive workloads throughout the Helios collective while still retaining centralized management.

REQUIREMENTS

Helios requires:

  • A Unix/Linux-style OS

  • Perl 5.8.8 or later

  • MySQL or Oracle database

  • Apache or other CGI-capable web server for web admin console (packaged separately) and job submission via HTTP (if needed)

INSTALLATION

See the INSTALL.* files included in this distribution for specific installation instructions for various databases and operating systems.

AUTHOR

Andrew Johnson, <lajandy at cpan dotorg>

COPYRIGHTS AND LICENSE

Copyright (C) 2012-4 by Logical Helion, LLC.

Copyright (C) 2007-9 CEB Toolbox, Inc.

For full copyright information, see the README file included in this distribution.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.

See the LICENSE file included in this distribution for more details.

WARRANTY

This software comes with no warranty of any kind.