| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: &optional kill wait
This function terminates all known client images and closes the
control server. This function returns nil
if
all sub-processes have ended. It returns an integer process id if some
sub-processes are still running.
The optional kill and
wait arguments are passed in the call to
client-exit for each
known client. The default for both is t
,
which means an attempt is made to have the client exit using an rpc call,
and if that fails an attempt is made to kill the client using the OS
kill functionality.
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 |