Distributed Ruby: Difference between revisions
From EverybodyWiki Bios & Wiki
Moved page from wikipedia:en:Distributed Ruby ([[Edithistory:|history]]) |
m Moved page from wikipedia:en:Distributed Ruby ([[Edithistory:|history]]) |
||
| Line 2: | Line 2: | ||
{{notability|date=April 2025}} | {{notability|date=April 2025}} | ||
'''Distributed Ruby''' or '''DRb''' allows [[Ruby (programming language)|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. <ref>{{Cite web |title=Module: DRb (Ruby 2. | '''Distributed Ruby''' or '''DRb''' allows [[Ruby (programming language)|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. <ref>{{Cite web |title=Module: DRb (Ruby 2.3) |url=https://docs.ruby-lang.org/en/3.3/DRb.html}}</ref> | ||
== See also == | == See also == | ||
* [[Java remote method invocation]] | * [[Java remote method invocation]] | ||
==References== | ==References== | ||
| Line 12: | Line 11: | ||
== External links == | == External links == | ||
* [ | * [https://docs.ruby-lang.org/en/3.3/DRb.html DRb RDoc Documentation] | ||
{{Ruby programming language}} | {{Ruby programming language}} | ||
Latest revision as of 00:14, 29 April 2025
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
External links
| This programming-tool-related article is a stub. You can help EverybodyWiki by expanding it. |
This article "Distributed Ruby" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Distributed Ruby. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.

