Changes for version 1.07 - 2007-05-01
- fix up bug in Gearman::Server: we set OtherFds, instead of adding with Danga::Socket->AddOtherFds, blowing away other watched fds.
- Add Gearman::Server->to_inprocess_server that returns a socket connecting to the server object, we can then use this socket with a Gearman::Client::Async object to run clients and servers in the same thread.
- Add ability for workers to be launched as sub processes of the gearmand, using a duped socketpair for communication.
Documentation
Gearman client/worker connector.
Provides
in lib/Gearman/Server/Job.pm