Revision history for Distributed-Process
0.05 Thu Mar 17 09:26:54 CET 2005
Passing a coderef as argument to a __method now works also when calling
it under time().
The __methods are now redefined in the worker_class and also in its
ancestor classes if any.
0.04 Tue Mar 15 10:48:48 CET 2005
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.
0.03 Fri Mar 11 11:23:40 CET 2005
Slightly better documentation. First public release (hey, this is very,
very alpha code. Use with care!)
0.02 Tue Mar 8 15:31:44 CET 2005
Added some documentation. Still no public release.
0.01 Sat Mar 5 01:50:11 CET 2005
First version, not even publicly released.