| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
This variable specifies how long jlinker will wait for a reply from a Lisp call to Java. The initial value is 30 seconds.
If an application calls Java methods that may take longer, this value must be increased. It is sufficient to bind this variable around the call to Java.
If this timeout is exceeded, a jlinker-timeout-error
is signaled.
This error leaves the port in an unspecified state. Without a
connection pool the jlinker connection must be ended
with jlinker-end. If
a connection pool is in effect, the unusable port is closed and
discarded. If the pool is running in dynamic mode, another port may
be created if necessary.
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.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |