Module: Rinda
- Defined in:
- lib/rinda/rinda.rb,
lib/rinda/ring.rb,
lib/rinda/tuplespace.rb
Overview
A module to implement the Linda distributed computing paradigm in Ruby.
Rinda is part of DRb (dRuby).
Example(s)
See the sample/drb/ directory in the Ruby distribution, from 1.8.2 onwards.
– TODO
Introduction to Linda/rinda?
Why is this library separate from DRb?
Defined Under Namespace
Classes: DRbObjectTemplate, InvalidHashTupleKey, NotifyTemplateEntry, RequestCanceledError, RequestExpiredError, RindaError, RingFinger, RingProvider, RingServer, SimpleRenewer, Template, TemplateEntry, Tuple, TupleBag, TupleEntry, TupleSpace, TupleSpaceProxy, WaitTemplateEntry
Constant Summary collapse
- Ring_PORT =
The default port Ring discovery will use.
7647