954,206 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Hii, Need Some Help On Connection pooling

Hii Friends I am doing an erp web application using jsp,servlets,struts,sql server 2000 but havent implemented connection pooling, but want to do it now can anyone quide me the best way to master it or show me where can i find some pdfs which will give me the most knowledge about it.
thanks in advance friends

nizam147
Newbie Poster
12 posts since Apr 2007
Reputation Points: 10
Solved Threads: 0
 

most JDBC drivers, ORM frameworks, and application servers implement their own connection pooling.
Why reinvent the wheel? Especially as it's far from a trivial endeavour.
You're unlikely to find a pdf on some website telling you all you need to know.
Think first of buying a good number of quality books on multithreading, concurrent computing, caching, memory management, design patterns, etc. etc. and actually understanding all they contain.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

use some application server if u are dong ERP.
Those ones have standard mechanisms for conenction pooling.
Try looking through the javax.sql documentation for more help
Also try looking at the jdbc 3 specifications which are available for free from the sun java site
enjoy

antaryami
Newbie Poster
14 posts since Apr 2007
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You