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

jstart-connection-pool

Arguments: &key lisp-min lisp-max lisp-idle java-min java-max java-idle (error-p t) wait

This function start a connection pool when delayed start was specified in the call to jlinker-init. If the pool is already started, then no action is taken. The values returned are as if (jquery-connection-pool :wait wait) were called (see jquery-connection-pool).

If no pool was specified in the call to jlinker-init, the behavior depends on the error-p argument. If non-nil, signal an error; otherwise return nil.

This function can be safely called repeatedly or from multiple threads; only the earliest call will have any effect, the others will wait or return a state.

When a pool is created, the effective parameters are obtained by combining the arguments with the value of *jlinker-default-connection-pool*. See that value of *jlinker-default-connection-pool* for information on the various arguments.

See jlinker.htm for more information on the jLinker facility.


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