Distributed Ruby

This is the current revision of this page, as edited by imported>Jlwoodwa at 07:12, 23 April 2024 (WP:STUBSPACING). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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