R
Russ
Hi there,
I've got a website that I'm trying to test using the MS Web
Application Stress tool, but performance seems to be really poor
(about 6 requests/second). I've done some testing, and it seems that
as soon as I drop any database requirement into the application,
performance instantly drops tenfold, regardless of what I'm actually
doing.
So I'm guessing the issue is around the database connection - I'm
connecting from my local development PC to my ISP's SQL server. I'd
expect some kind of connection pooling to be going on to slightly
alleviate this problem, but when I look in the Performance Monitor, I
can only see 2 connections currently pooled in the ".NET Data Provider
for SqlServer" object.
Anyone got any ideas? Obviously a tenfold performance drop is
concerning me!
Many thanks all,
Russ
I've got a website that I'm trying to test using the MS Web
Application Stress tool, but performance seems to be really poor
(about 6 requests/second). I've done some testing, and it seems that
as soon as I drop any database requirement into the application,
performance instantly drops tenfold, regardless of what I'm actually
doing.
So I'm guessing the issue is around the database connection - I'm
connecting from my local development PC to my ISP's SQL server. I'd
expect some kind of connection pooling to be going on to slightly
alleviate this problem, but when I look in the Performance Monitor, I
can only see 2 connections currently pooled in the ".NET Data Provider
for SqlServer" object.
Anyone got any ideas? Obviously a tenfold performance drop is
concerning me!
Many thanks all,
Russ