On Fri, May 4, 2012 at 11:07 AM, Federico Lucifredi <[email protected]> wrote: > Hello Mongers, > Pragmatic Programmers has just announced a book on distributed programming > in Ruby. Somewhat the possibility never occurred to me :) > > I am wondering, is there some obvious reason, like a well-structured library > or language property, that makes one of the dynamic languages a better option > that the others for distributed computing? I am not thinking HPC, more like > remote method invocation.
At svperl.org last night Dana Diederich released https://github.com/dana/perl-IPC-Transit which is a SysV/POSIX message queue module with the ability to set up routes for the messages. SysV MQ isn't for everyone but is fast and the IPC::Transit's API is really simple & straightforward. Paul _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

