From: Saurabh Nanda
Subject: RPC in Lisp
Date: 
Message-ID: <f1n506$o4t$1@registered.motzarella.org>
Hi,

I've been Googling around for a while and the closest that I could come 
to getting remote procedure calls in Lisp was:

1. http://www.franz.com/support/documentation/8.0/doc/rpc.htm (specific 
to Allegro Lisp)

and

2. http://common-lisp.net/project/s-xml-rpc/ (XML-RPC -- not what I want).

Does any one know of a package which would give me functionality similar 
to the ACL package mentioned above, and, which would work on a variety 
of Lisp flavours?

I'm looking for something very stable and robust -- need to use it in a 
critical project.

Is there a port of Swank which does something similar?

Thanks,
Saurabh.