| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: client
This method is called in the control image when a client image
connects for the first time. The default primary method simply
returns t
. A user-defined method returns
t
to accept a registration or nil
to refuse it.
Applications can define a method specialized on the client-lisp
class to manage
the client registration. If the returned value is t
, the client is accepted and the content of
client-lisp-start is returned to the client. If the returned value is
nil
, the client is not registered, and a
throw is returned to the client.
See Running several communicating Allegro CL images in rpc.htm for information on running several Lisp images.
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 |