FunctionPackage: net.jlinkerToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
New since 9.0 release.

jstart-connection-pool

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

This operator was added in a patch release in late July, 2013. That patch upgraded jlinker to version 7.1. See jlinker.htm for more information on the patch and version 7.1.

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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 9.0 release.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
New since 9.0 release.