next up previous contents index
Next: The REMOTE Package Up: CMU Common Lisp User's Previous: Step-by-Step Alien Example   Contents   Index

Interprocess Communication under LISP

Written by William Lott and Bill Chiles

CMU Common Lisp offers a facility for interprocess communication (IPC) on top of using Unix system calls and the complications of that level of IPC. There is a simple remote-procedure-call (RPC) package build on top of TCP/IP sockets.



Subsections

Peter Van Eynde 2000-02-08