Jump to content

Distributed Ruby

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by AtlasDuane (talk | contribs) at 15:36, 21 February 2017 (Added {{unreferenced}} tag to article (TW)). 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