| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: shared-memory-rpc-port-server-instance
This accessor retrieves the name of the shared memory buffer created
for a new shared-memory-rpc-port-server
instance.
This name must be communicated to the other Lisp image in order to
allow it to connect to the server. The name is generated at the time
the shared memory area is created and since it must be unique, it
cannot be known in advance.
One possibile communication path is to open a socket rpc connection between the two processes for this purpose. Another way could be through a file.
See also rpc.htm for general information on the Remote Procedure Call utility in Allegro CL.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |