Distributed Ruby
From Wikipedia, the free encyclopedia
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.[1]
See also[edit]
References[edit]
External links[edit]
- Introduction to Distributed Ruby (DRb)
- DRb RDoc Documentation
- BrB: Extremely fast interface for doing Distributed Ruby
| This programming-tool-related article is a stub. You can help Wikipedia by expanding it. |

