ADO Classic Scalability in Web Service
- From: randy collins <rancol23@xxxxxxxxxxxxxxxx>
- Date: Tue, 26 Feb 2008 13:08:11 -0800
I have a legacy VB6 middle tier component that makes numerous database
queries and, ultimately, a DB insert via ADO, and I am very concerned about
scalability. I need to reuse this component in an ASP.NET web service. This
web service will be handling requests for numerous clients, which will result
in ADO queries and inserts across many different databases. We expect this
web service to ultimately handle several transactions per second. Will the
fact that we'll be hitting perhaps 50 different databases from this one app
render connection pooling ineffective? Is "ADO classic" connection pooling
even initiated when running inside an ASP.NET process? Any insight into this
would be appreciated.
--
randy
.
- Follow-Ups:
- Re: ADO Classic Scalability in Web Service
- From: Bob Barrows [MVP]
- Re: ADO Classic Scalability in Web Service
- Prev by Date: Begin Tran open disconnected recordset - reconnect - rollback/comm
- Next by Date: Re: Begin Tran open disconnected recordset - reconnect - rollback/comm
- Previous by thread: Begin Tran open disconnected recordset - reconnect - rollback/comm
- Next by thread: Re: ADO Classic Scalability in Web Service
- Index(es):
Relevant Pages
|
Loading