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

NAME

Job::Manager::Job - baseclass for any Job manaed by Job::Manager

DESCRIPTION

This class implements an abstract Job that can be fed to Job::Manager::JobQueue.

METHODS

run

This sub is called when this Job begins execution.

_init_worker

Subclasses need to override this sub. It should return a subclass of Job::Manager::Worker.

forked

Invoked just before run but after the fork().

NAME

Job::Manager::Job - Abstract Job class

AUTHOR

Dominik Schulz <dominik.schulz@gauner.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Dominik Schulz.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.