The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
96 views

Hibernate4 Proxool 0.9.1

I use Proxool 0.9.1. Since Hibernate 4.x, ProxoolConnectionProvider had been moved to org.hibernate.service.jdbc.connections.internal packet (in jar: ...
0
votes
2answers
110 views

Proxool java.lang.NoClassDefFoundError

I just started using Proxool (JDBC Connection Pool manager). I downloaded the jar which is found at the following link: http://proxool.sourceforge.net/download.html. After that, I just added the jar ...
7
votes
2answers
4k views

is memory leak? why java.lang.ref.Finalizer eat so much memory

I dump the jvm memory ,use mat(IBM memoryanalyzer) analyzer the dump file .find the org.logicalcobwebs.proxool.ProxyStatement(java.lang.ref.Finalizer ) class eat many memory ,why does the class eat so ...
0
votes
2answers
603 views

choose a db connection pool

we want to use a db connection pool in our applicationl,however thear are so many open soure pools,like dbcp,c3p0,proxool and etc. I have no idea which is better,any one have some experience about ...
3
votes
1answer
559 views

When using proxool, do I need to explicitly close every getConnection()?

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 ...
0
votes
1answer
504 views

Hot deploy problem in Tomcat with proxool and oracle

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 ...
0
votes
3answers
2k views

Proxool maximum connection count

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 ...