• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

App Server Connection Pooling VS User defined Connection Pooling Mechanism

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys
I am trying to provide a Study to the Technical Manger why to get rid of our Connection Pooling Mechanism (Developed by us) and use App. Server vendor�s Connection Pooling Mechanism? My question would be like this, where I can find a Spec., White papers or something like it that describes how to Design Connection Pools. This will help me to figure out things missing in our internally developed Connection Pooling mechanism.

Thanks
Wasim Ayoubi
 
Ranch Hand
Posts: 387
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Wasim,

which appserver do you use (Tomcat, Websphere, etc).
They usually provide documentation and also wizards to define connection pools. Much easier then to write and maintain it yourself.

Herman
reply
    Bookmark Topic Watch Topic
  • New Topic