Rpc (not xml-rpc)

is rpc possible with ruby?

platform - linux and possibly windows...

vlad

ps: googled but did not find out :frowning:

Vladimir Konrad wrote:

is rpc possible with ruby?

platform - linux and possibly windows...

Have you looked at Drb?

http://www.ruby-doc.org/stdlib/libdoc/drb/rdoc/

James

路路路

--

http://www.ruby-doc.org - The Ruby Documentation Site
http://www.rubyxml.com - News, Articles, and Listings for Ruby & XML
http://www.rubystuff.com - The Ruby Store for Ruby Stuff
http://www.jamesbritt.com - Playing with Better Toys

Have you looked at Drb?

http://www.ruby-doc.org/stdlib/libdoc/drb/rdoc/

the rpc is to a different (not ruby) piece of software/server (disk quota
system).

vlad

Vladimir Konrad wrote:

Have you looked at Drb?

http://www.ruby-doc.org/stdlib/libdoc/drb/rdoc/

the rpc is to a different (not ruby) piece of software/server (disk quota
system).

DCOM? CORBA?

You could perhaps wrap drb around a local call into the software.

James

路路路

--

http://www.ruby-doc.org - The Ruby Documentation Site
http://www.rubyxml.com - News, Articles, and Listings for Ruby & XML
http://www.rubystuff.com - The Ruby Store for Ruby Stuff
http://www.jamesbritt.com - Playing with Better Toys

If the disk quota system implements Sun's RPC, you're not going to be
able to do this without diving into either DL (unlikely, because I
don't think that's loadable) or writing a wrapper to the specific RPC
calls in C.

This is mostly because Sun's RPC is crap.

-austin

路路路

On 9/2/05, Vladimir Konrad <bouncer@nowhere.org> wrote:

> Have you looked at Drb?
> http://www.ruby-doc.org/stdlib/libdoc/drb/rdoc/
the rpc is to a different (not ruby) piece of software/server (disk quota
system).

--
Austin Ziegler * halostatue@gmail.com
               * Alternate: austin@halostatue.ca