Rinda and Tuple Spaces

Hi,

If I have a tuple space set up and running using Rinda does a client of
the space have to be written in Ruby or (like web-services) can a client
be in a language other than Ruby?

Thanks

Mike

···

--
Posted via http://www.ruby-forum.com/.

The client must be capable of using DRb. AFAIK, only ruby implementations implement DRb.

(You can use YAML with DRb, instead the Marshal format.)

···

On Nov 16, 2007, at 02:01 , Mike Ho wrote:

If I have a tuple space set up and running using Rinda does a client of
the space have to be written in Ruby or (like web-services) can a client
be in a language other than Ruby?

--
Poor workers blame their tools. Good workers build better tools. The
best workers get their tools to do the work for them. -- Syndicate Wars

Eric Hodel wrote:

···

On Nov 16, 2007, at 02:01 , Mike Ho wrote:

If I have a tuple space set up and running using Rinda does a
client of
the space have to be written in Ruby or (like web-services) can a
client
be in a language other than Ruby?

The client must be capable of using DRb. AFAIK, only ruby
implementations implement DRb.

(You can use YAML with DRb, instead the Marshal format.)

I see, thanks.
--
Posted via http://www.ruby-forum.com/\.