Tagged Questions
The proxool tag has no wiki summary.
4
votes
2answers
174 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 ...
1
vote
1answer
326 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
0answers
29 views
proxool runed some hours,then it gives me the exceptions
these are my configuration below:
proxool.xml:
<something-else-entirely>
<proxool>
... ...
...
0
votes
0answers
382 views
spring,hibernate,proxool,ehcache,cause “Couldn't find a pool called 'shuttle'”
applicationContext.xml:
<bean id="sessionFactory"
class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">
<property name="packagesToScan" ...
0
votes
2answers
326 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 ...
0
votes
1answer
376 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 ...