The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.14 - 2014-02-05

  • Remove fork()-based workers because they're more of a bug than a feature; clients should run separate processes instead.
  • Use JSON instead of Storable to encode / decode job arguments in order to improve compatibility with Gearman clients / workers in other languages.

Documentation

Start GJS worker

Modules

Gearman job scheduler utilities.
An abstract class for a Gearman "function" which is to be derived by working Gearman "functions".
Gearman administration utilities.

Provides

in lib/Gearman/JobScheduler/Configuration.pm
in lib/Gearman/JobScheduler/ErrorLogTrapper.pm
in lib/Gearman/JobScheduler/Worker.pm