Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Lisp Remote Procedure Call

7 views
Skip to first unread message

Dave Bakhash

unread,
Feb 28, 2002, 4:33:09 PM2/28/02
to
Hi,

I was recently reading about "Lisp Remote Procedure Call" on the Franz
website:

http://www.franz.com/products/connectivity_tools/

and read this:

--------

Lisp Remote Procedure Call
Provides Allegro CL developers an alternative to CORBA, allowing one
Lisp image to call functions and access data in a second Lisp image
anywhere on a network.

Facilitates splitting an application into distributed components
Enables effective use of multi-processor architectures, where
distributed components may utilize several processors

--------

I just wanted to know...Has anyone used this? How different is it
from Corba? I checked out the online docs for it:

http://www.franz.com/support/documentation/6.1/doc/rpc.htm

but I couldn't get much of a sense of how easy it would be to have a
Lisp-based client/server system. The hardest part of reading this doc
was trying to figure out how remote objects (references) are handled.

Has anyone ever used this?

For those who have used it...does it seem like something that's hard
to implement in CL? Can you decide what functions are "published" to
remote Lisps?

thanks,
dave

Marco Antoniotti

unread,
Feb 28, 2002, 5:17:31 PM2/28/02
to

ca...@alum.mit.edu (Dave Bakhash) writes:


CMUCL has a similar functionality. Check out the "WIRE" package.

It does not seem that difficult to use. But, alas, it is unportable.

Cheers

--
Marco Antoniotti ========================================================
NYU Courant Bioinformatics Group tel. +1 - 212 - 998 3488
719 Broadway 12th Floor fax +1 - 212 - 995 4122
New York, NY 10003, USA http://bioinformatics.cat.nyu.edu
"Hello New York! We'll do what we can!"
Bill Murray in `Ghostbusters'.

0 new messages