Skip to Content Skip to Search

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.

Namespace

Constants

Ring_PORT = 7647
 

The default port Ring discovery will use.

VERSION = "0.2.0"