Home > Archive > Microsoft SQL Server forum > December 2005 > Connection pooling









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Connection pooling
Ray Allison

2005-12-19, 7:24 am

Hi,

I'm using ASP 3.0 and ADO with a web based MS SQLServer 2000 database.Web
page forms collect criteria for SQL queries (dynamic SQL?). These are mostly
Select queries to return inventory lists. Inventory details are posted by
means of Insert Update and Delete queries. All connections use the same
connection string. A new connection is opened each time the data is accessed
and closed and set to null/nothing afterwards. If site traffic becomes high
will connection pooling be handled automaticaly (by MTS)?

Many thanks

Ray Allison


Erland Sommarskog

2005-12-22, 8:24 pm

Ray Allison (ray.allison@tiscali.co.uk) writes:
> I'm using ASP 3.0 and ADO with a web based MS SQLServer 2000
> database.Web page forms collect criteria for SQL queries (dynamic SQL?).
> These are mostly Select queries to return inventory lists. Inventory
> details are posted by means of Insert Update and Delete queries. All
> connections use the same connection string. A new connection is opened
> each time the data is accessed and closed and set to null/nothing
> afterwards. If site traffic becomes high will connection pooling be
> handled automaticaly (by MTS)?


Yes. (Alhtough it might not be MTS, but rather OLE DB Core Services.)


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pr...oads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodin...ions/books.mspx
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com