Hello, my application in production is having intermittent performance
problems. My app shows db queries are taking too long. The db team says
the database is running fine. The network is between us and it has had
problems in the past.
We saw this pool exhausted exception at one point.
Can so
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Nathan,
On 10/9/15 4:11 PM, Nathan Boyce wrote:
> Does the tomcat jdbc pool use its own executor or does it share
> the executor that's calling it?
A connection pool rarely has a thread pool associated with it: it's
just a repository for connection
Does the tomcat jdbc pool use its own executor or does it share the executor
that's calling it? Reason I ask is the pool size is set to 320 but only 84
show busy. The default tomcatThreadPool executor has been removed from this
config and executor with the name AJPThreadPool has been added for