This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi ! I'm looking for a good open source jdbc connection pool for using in my java application. If anyone knows where I can find one, please lemme know. --Danish
Is this a java application or a Web App? The reason I ask is because I don't think there is a need for a connection pool in a stand alone application. Each client gets there own connection anyway and the Pool would be supporting 1 person. With a Web App, most App Servers will have their own Connection Pooling libraries. So I guess the first thing is clarifying what you are doing with your app, and then we can help better.
Danish Shaukat
Ranch Hand
Joined: Nov 16, 1999
Posts: 337
posted
0
Hi ! Thanks for replying. Its a web-based application.I am using Servlets & JSP. I am using Tomcat 4.1 for developing/testing Servlets/JSP. Danish
This is a Google directory containing links to a number of Pooling mechanisms. Some of them are free. The definition of 'good' is another thing entirely Dave