how to handle connections on heavely used app
- From: "Smokey Grindel" <nospam@xxxxxxxxxx>
- Date: Tue, 17 Oct 2006 13:32:33 -0400
I have a web app which could get 10,000 hits per minute, and relies heavely
on database interaction... we've always been told open and close connections
only when needed... but what happens if two people hit a page at the same
time and one has an open connection and the other is trying to open one,
it'd fail saying the connection is already open... how do you guys handle
connections in a heavy use application?
.
- Follow-Ups:
- Re: how to handle connections on heavely used app
- From: Marina Levit [MVP]
- Re: how to handle connections on heavely used app
- Prev by Date: Re: Transport level error with .NET 2.0
- Next by Date: Re: bind data to gridview using custom data class?
- Previous by thread: Re: Addign a row to a dataset
- Next by thread: Re: how to handle connections on heavely used app
- Index(es):
Relevant Pages
|