Open GoogleCodeExporter opened 9 years ago
This has been alleviated by the pooledMaxIdleTime parameter on the host
connection. The problem affected mainly pooled connections which remain open
for longer than a single request/response lifetime. Such long connections are
killed after 10 seconds. By setting pooledMaxIdleTime to less than 10 seconds,
the connection can be closed earlier.
Observe that this is not a complete solution as it does not allow the idle
connection to stay alive for longer than 10 seconds but then, in a CICS
environment, 10 seconds is already a long time for a transaction to remain
active.
Original comment by fady.mou...@gmail.com
on 4 Jun 2012 at 8:03
Original issue reported on code.google.com by
fady.mou...@gmail.com
on 2 Oct 2011 at 7:55