| Gearman-Driver documentation | view source | Contained in the Gearman-Driver distribution. |
Gearman::Driver::Adaptor - Adaptor to gearman libraries
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"See Gearman::Driver.
See Gearman::Driver.
| Gearman-Driver documentation | view source | Contained in the Gearman-Driver distribution. |