Changes for version 0.04 - 2005-03-15

  • Added /reset command to flush the results between two run(). Passing a coderef as argument to a __method called within run() will have it executed for each P::D::RemoteWorker, not only once by the P::D::MasterWorker. worker_args() are now passed on to the P::D::MasterWorker also.

Modules

a framework for running a process simultaneously on several machines.
base class for all workers, both local and remote
a base class for handling a network connection and the commands received from it.
a class to conduct the chorus of D::P::Workers, under a D::P::Server.
a class to run the server of a Distributed::Process cluster.

Provides

in lib/Distributed/Process/Client.pm
in lib/Distributed/Process/LocalWorker.pm
in lib/Distributed/Process/MasterWorker.pm
in lib/Distributed/Process/RemoteWorker.pm
in lib/Distributed/Process/Worker.pm