Re: Connection Pooling and low use web site
From: Sahil Malik (contactmethrumyblog_at_nospam.com)
Date: 01/13/05
- Previous message: YuriL: "insert into unconnected table"
- In reply to: mikemad: "Re: Connection Pooling and low use web site"
- Next in thread: Pablo Castro [MS]: "Re: Connection Pooling and low use web site"
- Reply: Pablo Castro [MS]: "Re: Connection Pooling and low use web site"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 Jan 2005 16:13:19 -0500
Mike,
I am getting more and more certain that this would be due to ASP.NET and not
due to ADO.NET.
There could be multiple reasons for the appdomain reload other than a brand
new application deploy.
- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik
"mikemad" <maddoxm@comcast.net> wrote in message
news:1105640170.818553.255540@c13g2000cwb.googlegroups.com...
> I apologize for not putting more information in here. True, I don't
> know for sure that it is connection pooling. Yes, it is an ASP.NET
> application with SQL server on the backend using ADO.NET. This is also
> on Windows Server 2003. The DB is on the same machine as the Website.
> The scenario is like this. I go to the web site the first time, it
> takes several seconds for the first page to come up. The first page
> does access the database. I close the browser, open a new browser, then
> go to the site and it's lightning fast. Next, I wait about 5 minutes
> (could be even less, like 1 minute), go to the site, and the first page
> is slow again. This happens either at home or work so I don't think
> it's a proxy server thing. If it was ASP.NET compiling then I'd only
> have this problem once, correct?? I'll try your suggestions with
> running sp_who as well as trying to change the minimum connection pool
> size. Any more info would be appreciated.
>
> Mike Maddox
>
- Previous message: YuriL: "insert into unconnected table"
- In reply to: mikemad: "Re: Connection Pooling and low use web site"
- Next in thread: Pablo Castro [MS]: "Re: Connection Pooling and low use web site"
- Reply: Pablo Castro [MS]: "Re: Connection Pooling and low use web site"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|