Re: Strange hang when requesting page quickly
From: Kristofer Gafvert (kgafvert_at_NEWSilopia.com)
Date: 01/25/05
- Next message: Kristofer Gafvert: "Re: Cannot Run ASP Pages"
- Previous message: Kristofer Gafvert: "Re: Customise Virtual Directory"
- In reply to: Richard Hollis: "Strange hang when requesting page quickly"
- Next in thread: Richard Hollis: "Re: Strange hang when requesting page quickly"
- Reply: Richard Hollis: "Re: Strange hang when requesting page quickly"
- Reply: Richard Hollis: "Re: Strange hang when requesting page quickly"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 23:18:12 -0800
Hello,
"When it first hangs though, if I open a new process of IE
and request the same URL then it will load the page fine (new thread I
guess)."
This makes me think that this is a client side "hang". I cannot reproduce
this and have IIS hang. You might want to try to post this to a newsgroup
for Internet Explorer, because i think that the problem is in IE, and i do
not know how IE handles this kind of action (maybe it queues the requests,
and then sits there waiting for the last request to be handled, and
therefore seems to be "hanged" for a while).
However, do you expect your users to reload your page like this? I can
reproduce the same "hang" in IE, no matter on what server the page is
located.
The IE newsgroup(s) can be found here:
http://www.microsoft.com/windows/ie/support/newsgroups/default.mspx
-- Regards, Kristofer Gafvert www.gafvert.info - My Articles and help www.ilopia.com Richard Hollis wrote: > I've got a very strange problem with IIS that I am finding almost impossible > to resolve and, more so, actually debug or locate the cause. > > When quickly requesting pages in quick succession - hitting F5 as many times > as you can - I've noticed that the page will hang and not return. If I > leave the window for a period of time and re-request the page then sometimes > it will reload. When it first hangs though, if I open a new process of IE > and request the same URL then it will load the page fine (new thread I > guess). > > I am using my own ActiveX controls and at first I thought that I had a > deadlock from inside one of my objects. Now, I've discounted this because > I've coded the ActiveX controls out and confirmed they aren't being loaded > by looking in Component Services and they aren't loaded, but the problem > still remains. > > I tried to cut away as much code from my core, header, body and footer code > to try and factor in on the problem, but I honestly don't think that it is > coming from the ASP code itself, from what I'm left with, and it isn't much. > The only thing that I think I've determined is that a greater total line > density of the entire requested page (includes+page+includes) seems to bring > about the problem sooner than later. When I chopped the code down I began > to find it almost impossible to get it to hang, although when I did have it > down to almost a tiny amount of code it still did go wrong, but much less > often; adding more bits of code back and the problem was easier to > reproduce. > > I've used IISSTATE to try and work out if there was a locking issue and this > didn't seem to be the case. I then used WinDbg with the !locks option to > see if there were any locks in the dump file and nothing came back from that > either. > > I get the problem on Windows 2000 and XP. > > Richard
- Next message: Kristofer Gafvert: "Re: Cannot Run ASP Pages"
- Previous message: Kristofer Gafvert: "Re: Customise Virtual Directory"
- In reply to: Richard Hollis: "Strange hang when requesting page quickly"
- Next in thread: Richard Hollis: "Re: Strange hang when requesting page quickly"
- Reply: Richard Hollis: "Re: Strange hang when requesting page quickly"
- Reply: Richard Hollis: "Re: Strange hang when requesting page quickly"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|