Gearman::Driver::Adaptor - Adaptor to gearman libraries


Gearman-Driver documentation  | view source Contained in the Gearman-Driver distribution.

Index


NAME

Top

Gearman::Driver::Adaptor - Adaptor to gearman libraries

DESCRIPTION

Top

Gearman::Driver works with Gearman::XS as well as with the pure Perl modules Gearman and Gearman::Server. By default it tries to use Gearman::XS. If that fails Gearman is used. You can also export an environment variable GEARMAN_DRIVER_ADAPTOR to force usage of Gearman even if you have Gearman::XS.

Example:

* export GEARMAN_DRIVER_ADAPTOR="Gearman::Driver::Adaptor::XS"
* export GEARMAN_DRIVER_ADAPTOR="Gearman::Driver::Adaptor::PP"

AUTHOR

Top

See Gearman::Driver.

COPYRIGHT AND LICENSE

Top

SEE ALSO

Top

* Gearman::Driver
* Gearman::Driver::Console
* Gearman::Driver::Console::Basic
* Gearman::Driver::Console::Client
* Gearman::Driver::Job
* Gearman::Driver::Job::Method
* Gearman::Driver::Loader
* Gearman::Driver::Observer
* Gearman::Driver::Worker::AttributeParser
* Gearman::Driver::Worker::Base

Gearman-Driver documentation  | view source Contained in the Gearman-Driver distribution.