James, the pooltimeout parameter is used for a different purpose: Automatic closing of socket connections is controlled by the parameter pooltimeout. If a socket connection has not been used for the specified the number of seconds, it will be closed automatically. The default for this parameter is 300 seconds.
The default wait time for a free socket in version 7.3 is actually 0 seconds. This default value has been corrected to 10 seconds in a later version (EntireX 8.1).
The default can be changed by setting the Java system property entirex.timeout, if you specify a number it will be interpreted as seconds. You need to specify the property in the start-up script of your web server / servlet container, e.g.: java … -Dentirex.timeout=20 …
#EntireX#Mainframe-Integration#webMethods