• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help for Connection Pool

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

I am new here and new to the connection pooling and just trying to learn it. I had been successful in deploying the DataSource as guided http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html and learnt a lot about it!! This is the Connection Pooling provided by the Tomcat 4.0 Application Server. My question is, is there any other method for connection pooling besides provided by the Application Server?? I have heard also heard that it is provided by the database vendors also. Can any one tell me all the methods with regards to Connection Pooling and suggest me any online tutorials. Also, please tell me which one approch is best in this regards.

Thank you in advance.

Regards
Vikas
 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi sharda,
i suggest you visit www.coreservlets.com and open the chapter10
which deals with jdbc & connection pooling.
any help you are always welcome

-Anandh
 
Vikas
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Anandh,

Is it the only way to provide connection pooling mentioned in this tutorial?? As I am successfully using the connection pooling provided by the Tomcat Application Server what difference does this make at all?? Which approach is better one?? What are all the ways available to get pooled connections??

Thank you
Vikas
 
reply
    Bookmark Topic Watch Topic
  • New Topic