Getting started with Distributed Ruby (DRb)
The Ruby stdlib contains a little known library called dRuby, which allows multiple Ruby processes to talk to each other over the network. Find out how you can use druby for distributed computing: http://nithinbekal.com/posts/distributed-ruby/
Post a comment