PeterR,
I was just noticing that the KeepAlive query is being triggered every
time a connection is requested regardless of how long ago the connection
was last used. Looking at the code, it looks like the code was commented
out on April 6th with the following message:
Disable lastUsed-based expiration of connections, since it was
borked anyways
This had been working. I committed a fix to get it working again. But I
wanted to make sure there was not a reason why it was "borked" that I
may have overlooked :-)
I also removed the code that closes an idle connection if it has been idle
for at least an hour. It was commented out and I don't think it was really
needed as the keep alive query would fail in the event that the connection
was closed by the server. This functionality is also implemented at the
pool level. At least by the ResourceLimitingDataSource.
Cheers,
Leif
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]