Distributed Ruby

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Uzume (talk | contribs) at 20:46, 17 July 2020 (→‎See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

External links