Meet the following error with our J2EE application:
java.sql.SQLException: An error occurred while distributing the connection. Cause. The connections used are equal to the maximum pool size and the maximum timeout. Cannot allocate more connections.
How do I know how many connections are currently in use in an application, and what should be the optimal connection pool settings for an application with high traffic? Can I change it and how to determine what I should install it on (is it a memory problem, bandwidth, etc.)?
Maven lee
source
share