Path: | lib/drb/drb.rb |
Last Update: | Tue Jun 30 13:22:23 -0700 2009 |
Distributed Ruby: dRuby version 2.0.4
Copyright (c) 1999-2003 Masatoshi SEKI. You can redistribute it and/or modify it under the same terms as Ruby.
Author: | Masatoshi SEKI |
Documentation: | William Webber (william@williamwebber.com) |
dRuby is a distributed object system for Ruby. It allows an object in one Ruby process to invoke methods on an object in another Ruby process on the same or a different machine.
The Ruby standard library contains the core classes of the dRuby package. However, the full package also includes access control lists and the Rinda tuple-space distributed task management system, as well as a large number of samples. The full dRuby package can be downloaded from the dRuby home page (see References).
For an introduction and examples of usage see the documentation to the DRb module.
DRbObject | = | DRb::DRbObject |
DRbUndumped | = | DRb::DRbUndumped |
DRbIdConv | = | DRb::DRbIdConv |
ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.