Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How best to implement connection pooling?

Status
Not open for further replies.

jamesdboggs

Technical User
Jun 16, 2003
3
US
I am suggesting that connection pooling be implemented in Oracle on our 3 tier system: an Oracle 9i database on an NT server, a middle tier application web server on IIS (using Active Server pages with VBScripts and JScripts) with clients accessing from their PC's over the web. I suggested implementing connection pooling and shared servers(MTS in 9i) on the Oracle server, others have suggested implementing connection pooling on the application web server within the asp pages (wouldn't this require much more coding?), or implementing connection pooling on the Microsoft O/S of the application web server.

Which method is best suited for performance?
Is there any comparative papers that document this?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top