Changes for version 0.04 - 2014-07-03
- CHANGES
- Implement background and high/low priority job submission
- Support more Gearman features:
- CAN_DO_TIMEOUT
- OPTION_REQ
- ECHO_REQ
- WORK_EXCEPTION
- Support prototypical objects as well as subclassing
- Added unit tests for Net::Gearman classes
- BUGFIXES
- Don't attempt to non-blocking drain a pipe, as it upsets MSWin32's delicate sensibilities (RT96732)
Modules
provide a synchronous concrete Gearman implementation
concrete Gearman client over an IP socket
concrete Gearman worker over an IP socket
abstract base class for both client and worker
implement a Gearman client
implement a Gearman worker