www.fgks.org   »   [go: up one dir, main page]

Jump to content

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.

See also[edit]

External links[edit]