G
Guest
Hi all
I have an aspx page (not compiled) that exhibit the following behaviour every once in a while
When a request for the page is made, aspnet_wp spikes up to 100%, and then after about 30 seconds or so the Page_Load method is finally invoked, and the page loads as normal
This happens every 5th or 6th request for that page. Initially I blamed the just-in-time compiling, but it doesn't make sense since the code does not change at all, and to my understanding it will only be compiled during first execution between code changes
I've seen several KB articles regarding aspnet_wp taking up 100% processor time and there are hotfixes available if you contact MS directly. However, the symptoms described in the article is not quite what I have
Also, what usually happens between the moment a page request is received by the IIS server and Page_Load executes? I want to get an idea of what could be the cause of that 30-second lag
Any ideas?
I have an aspx page (not compiled) that exhibit the following behaviour every once in a while
When a request for the page is made, aspnet_wp spikes up to 100%, and then after about 30 seconds or so the Page_Load method is finally invoked, and the page loads as normal
This happens every 5th or 6th request for that page. Initially I blamed the just-in-time compiling, but it doesn't make sense since the code does not change at all, and to my understanding it will only be compiled during first execution between code changes
I've seen several KB articles regarding aspnet_wp taking up 100% processor time and there are hotfixes available if you contact MS directly. However, the symptoms described in the article is not quite what I have
Also, what usually happens between the moment a page request is received by the IIS server and Page_Load executes? I want to get an idea of what could be the cause of that 30-second lag
Any ideas?