Generic FunctionPackage: mpToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
This page is new in 10.1.

set-process-pool

Arguments: pool &key work-limit process-limit active-limit idle-limit idle-timeout name report-start report-end

This generic function modifies a process-pool object with the values supplied by the keyword arguments. pool must be a process-pool or nil, with nil indicating the default process-pool (see ensure-default-process-pool).

If an argument is not specified, then the associated slot of the process-pool being modfied is left unchanged. So, for example, if the process-pool's report-start slot has value my-report-start-function and the report-start argument is not specified, the slot value will still be my-report-start-function when set-process-pool returns.

See make-process-pool for the meanings of the arguments.

See Process pools in multiprocessing.htm for more information on process pools.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page is new in the 10.1 release.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
This page is new in 10.1.