I'm using proxool java connection pool (version 0.9.1). Everything works fine till I reach the maximum connection count. If the maximum connection count is reached proxool immediately throws an SQLExcepion:
java.sql.SQLException: Couldn't get connection because we are at maximum
connection count (n/n) and there are none available
Of ...
Hi,
I have a problem concerning with proxool and oracle driver in Tomcat.
The web application I use contains a webservice jar file using metro and a servlet to initialize / start the proxool pool. The proxool pool is configured with an oracle connection. When the service is called, it fetches a connection from the pool, executes a stat...
I'm writing new DB connection code, and thought I'd try proxool as the connection pool implementer.
Normally, a programmer would ensure that every DriverManager.getConnection(...) is followed by a connection.close().
But when using Proxool, is the close needed? I'm confused because:
a. The proxool documentation here
(http://proxoo...