[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Rinda and Tuple Spaces

Mike Ho

11/16/2007 10:01:00 AM

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-....

2 Answers

Eric Hodel

11/17/2007 3:05:00 AM

0

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.)

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



Mike Ho

11/19/2007 10:55:00 AM

0

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-....