Could any one help me find a class that implements aconnection pool?
first you need to thread messages..............
I want make web-application for that i need to develope a Connection Poolcan any body have a idea how can i use that.I used to Servlet for that.If any have a Code for that then plz send me
Do you want to implement your own 'Connection Pool' or to use the alreadyexisting 'Connection Pooling' technique?Anywat, this page talks about connection pooling in Tomcat.tomcat.apache.org/.../...ource-examples-howto.html
But i want to impliment my own connection pool how can i implement which ican use in my JSP or Servlet or JSP-Servlet application.