Jump to content

Distributed Ruby

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

References

  1. ^ "Module: DRb (Ruby 2.7.1)". ruby-doc.org. Retrieved 2024-12-17.