Generic FunctionPackage: net.rpcToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

register-client-lisp

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version