You can edit almost every page by Creating an account and confirming your email.

Distributed Ruby: Difference between revisions

From EverybodyWiki Bios & Wiki
WikiMasterBot2 (talk | contribs)
Moved page from wikipedia:en:Distributed Ruby ([[Edithistory:|history]])
 
WikiMasterBot2 (talk | contribs)
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.7.1) |url=https://ruby-doc.org/stdlib-2.7.1/libdoc/drb/rdoc/DRb.html |access-date=2024-12-17 |website=ruby-doc.org}}</ref>
'''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]]
* [[Rinda (Ruby programming language)]]


==References==
==References==
Line 12: Line 11:


== External links ==
== External links ==
* [http://www.ruby-doc.org/stdlib/libdoc/drb/rdoc/index.html DRb RDoc Documentation] {{Webarchive|url=https://web.archive.org/web/20070926234747/http://www.ruby-doc.org/stdlib/libdoc/drb/rdoc/index.html |date=2007-09-26 }}
* [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

  1. "Module: DRb (Ruby 2.3)".

External links



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.