inter-platform communication

T

tiberiu.motoc

Hi,

I'm trying to find a new way to achieve inter-platform communication.
I'm currently using web services to pass data between a Solaris
machine, a Windows machine and a Linux machine. I would like to find
out if ruby can help me out in any way. Does ruby implement any RMI
system? Does it have SOAP+WSDL capabilities?

Thanks,
Tiberiu
 
F

Farrel Lifson

Hi,

I'm trying to find a new way to achieve inter-platform communication.
I'm currently using web services to pass data between a Solaris
machine, a Windows machine and a Linux machine. I would like to find
out if ruby can help me out in any way. Does ruby implement any RMI
system? Does it have SOAP+WSDL capabilities?

Thanks,
Tiberiu

Have a look at dRb (distributed Ruby). It's in the standard library.
It does not have SOAP/WSDL capabilities as far as I know, it uses a
Ruby specific protocol.

Farrel
 
A

Alex Young

Farrel said:
Have a look at dRb (distributed Ruby). It's in the standard library.
It does not have SOAP/WSDL capabilities as far as I know, it uses a
Ruby specific protocol.
If you need XML-RPC or SOAP, then they're both in the standard library too.
 
A

Alexandru E. Ungur

sender: "(e-mail address removed)" date: "Thu, Jan 25, 2007 at 04:35:16PM +0900" <<<EOQ
Hi,

I'm trying to find a new way to achieve inter-platform communication.
I'm currently using web services to pass data between a Solaris
machine, a Windows machine and a Linux machine. I would like to find
out if ruby can help me out in any way. Does ruby implement any RMI
system? Does it have SOAP+WSDL capabilities?
Hi all,

You could also try the 9P protocol from Plan9[1]. There are at least
two Ruby implementations[2] of it and even if you won't end up using
it, it's definitely something worth reading.

Good luck,
Alex

[1] http://plan9.bell-labs.com/plan9/
[2] http://cat-v.org/9p/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top