On Sun, May 13, 2007 at 07:05:29PM +0900, Marcin Raczkowski wrote: > DRb - Distributed Ruby > i think that answers your question, read pickaxe, read documentation on DRb - > there're links to tutorials - especially segment7 - they are hard to > understand but ... well they are :D There's also http://wiki.rubygarden.org/Ruby/page/show/DRbTutorial But DRb by itself is just remote procedure calls. A full distributed computing environment may expect more than that (hence Rinda)