next up previous contents
Next: 9.1.1 Connecting Servers and Up: 9 Interprocess Communication under Previous: 9 Interprocess Communication under

9.1 The REMOTE Package

The remote package provides simple RPC facility including interfaces for creating servers, connecting to already existing servers, and calling functions in other Lisp processes. The routines for establishing a connection between two processes, create-request-server and connect-to-remote-server, return wire structures. A wire maintains the current state of a connection, and all the RPC forms require a wire to indicate where to send requests.





Raymond Toy
Mon Jul 14 09:11:27 EDT 1997