Changes for version 0.111

  • gmdb. Remote debug
  • added mani.pl to tests
  • log files (stdout, stderr) in a subdir
  • setloganderr:
    • $logname = "$ENV{HOME}/rperl$args->{clientpid}_$$.$log" unless $logname;
    • en vez de usar $ENV{HOME} se debería poder definir un directorio en el que trabajar. Make a test from examples/synopsisreport.pl
    • si "cleanup" se suprime el fichero de report

Documentation

Module loaded when bootstraping the remote Perl server
Primitives for sending and receiving
The server that runs on the other side of the SSH link
A brief and basic introduction to Parallel Distributed Computing in Perl
A simple methodology to debug remote Perl programs with GRID::Machine
make tests on a remote machine

Modules

Remote Procedure Calls over a SSH link
Supply object methods for Remote I/O handles
Home Made "Make accessors" for a Class
Remote side of the Remote Input-Output
The object describing the result of a GRID::Machine RPC

Provides

in lib/GRID/Machine/Message.pm
in lib/GRID/Machine/REMOTE.pm
in lib/GRID/Machine/REMOTE.pm

Examples