T
Troy
How does everyone feel about the use of Connection pools within a web
app? Is it highly recommended? Is it recommended with as much fervor
as was the do not store recordset or connection objects in session vars
in classic asp? Final question... if one were to use connection
pooling an a pretty high volume site, what should the number of pooled
connections be (I.e. - minimum in mem @ all times, max in mem... etc.)?
I ask cause I'm desperately trying to improve performance anywhere I can
in our application before the storm hits (before huge amounts of traffic
comes) and I've done just about everything there is to do.... converted
datasets to sqldatareaders where applicable, converted dynamic sql to
sprocs, minor performance tuning on the SQL box itself... I think this
is the last bastion of perf tuning for asp.net! thanks for any help or
opinions!
app? Is it highly recommended? Is it recommended with as much fervor
as was the do not store recordset or connection objects in session vars
in classic asp? Final question... if one were to use connection
pooling an a pretty high volume site, what should the number of pooled
connections be (I.e. - minimum in mem @ all times, max in mem... etc.)?
I ask cause I'm desperately trying to improve performance anywhere I can
in our application before the storm hits (before huge amounts of traffic
comes) and I've done just about everything there is to do.... converted
datasets to sqldatareaders where applicable, converted dynamic sql to
sprocs, minor performance tuning on the SQL box itself... I think this
is the last bastion of perf tuning for asp.net! thanks for any help or
opinions!