Allegro CL 6.1: Lisp RPC
Lisp RPC offers the following features:
- 
It allows one Lisp image to call functions and access data in
another Lisp image anywhere on a network.
- 
It facilitates splitting an application into distributed components.
- 
It enables effective use of multi-processor architectures where 
distributed components may utilize several processors.
- 
It is an alternative to CORBA with less overhead, one better tuned to 
the style of Lisp applications.
Browse the Lisp RPC documentation
here.