• 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

Connection Pooling : which one should i use?

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have a question regarding the type of connection pooling i should go in for.Right now I am using DbConnectionBroker to do pooling.I am using mysql and mm.mysql driver.but we are thinking about switching over to MS SQL Server and buy a JDBC driver of it.Most of the JDBC drivers for MS SQL Server have built in connection pooling support.My question is should I stick to DBConnectionBroker or use the JDBC driver's pooling mechanism?
Which is advisable and why?
Thanks in advance.
Subbu
 
reply
    Bookmark Topic Watch Topic
  • New Topic