DRb
Distributed Ruby or DRb allows Ruby programs to communicate
with each other on the same machine or over a network. DRb uses
remote method invocation (RMI) to pass commands and data between
processes
- Wikibooks: RubyProgrammin/Standard Library/DRb
- drb: Ruby Standard Library Documentation
Casiano Rodriguez León
2015-01-07