RAA - rpc/0.3

rpc / 0.3

Short description: Ruby RPC is a remote procedure/method call library for Ruby.
Category: Library/comm
Status: usable
Created: 2005-01-20 06:52:18 GMT
Last update: 2006-01-14 01:59:12 GMT
Owner: brian (Projects of this owner)
Homepage: http://brian.imxcc.com/rpc/
Download: http://brian.imxcc.com/rpc/
License: BSD
Dependency:
None
Description:

Ruby RPC is an alternative to DRb. It provides a similar service, but in a way that is slightly more compatible with my way of thinking. It dispenses with the URL syntax and some of the complexity of DRb and adds automatic distributed reference counting garbage collection. This prevents the problem seen in DRb where objects disappear when there are no local references to them. The interface is also designed to be simple and transparent, with a minimum of programmer work needed to use it.

Versions: [0.3 (2006-01-14)] [0.1 (2005-01-20)]

Edit this project (for project owner)

back to RAA top