Ruby Ring Server

last modified: November 16, 2005

The standard ruby distribution comes with remote object handling stuff, DistributedRuby. On top of that, there is a TupleSpace system named Rinda.

Then there is this final layer named Ring, which is very similar to JiniTechnology, in that it allows automagic service creation/discovery/registration.

Such a technology is useful whenever

A basic tutorial about it is available at: http://segment7.net/projects/ruby/drb/rinda/ringserver.html.


CategoryRuby


Loading...