Generic FunctionPackage: net.rpcToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.0
This page is new in 8.0.Documentation for Allegro CL version 8.0. The object described on this page has been modified in the 8.0 release; see the Release Notes.

client-end-all

Arguments: &optional kill wait

This function was modified by an update released in early April, 2006 and again in an update released in January 2007. Though added in 8.0, this function was made available to 7.0 in an update. The April update added a single optional argument. The January 2007 update has two optional argument, the first having a different meaning from that in the April 2006 update. The description is wholly new in January 2007.

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-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page is new in the 8.0 release.
Created 2007.4.30.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.0
This page is new in 8.0.Documentation for Allegro CL version 8.0. The object described on this page has been modified in the 8.0 release; see the Release Notes.