The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

Modules

function call "router" and load balancer

Provides

in lib/Gearman/Server/Job.pm