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

*jlinker-reply-timeout*

This variable 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 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-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.