Why does the page posts take so long?

Posted by Olle on Stack Overflow See other posts from Stack Overflow or by Olle
Published on 2010-05-24T17:22:58Z Indexed on 2010/05/24 17:31 UTC
Read the original article Hit count: 381

Filed under:
|
|
|
|

Hi!

I am having some problems with some page post backs that take a loooong time to execute. If I do a "appcmd list requests" I can get something like this:

REQUEST "79000001800004e3" (url:POST /dir/file.aspx, time:87219 msec, client:xxx.xxx.xxx.xxx, stage:ExecuteRequestHandler, module:ManagedPipelineHandler)
REQUEST "8600000080002f82" (url:POST /dir/file.aspx, time:61391 msec, client:xxx.xxx.xxx.xxx, stage:AcquireRequestState, module:Session)
REQUEST "5e00010280000420" (url:POST /dir/file.aspx, time:21047 msec, client:xxx.xxx.xxx.xxx, stage:AcquireRequestState, module:Session)

It's one particular file that causes the problem (dir/file.aspx in this case). It comes from the same IP-adress. And the first on is from ManagedPipelineHandler module and the two after that from Session module.

I do not have any details about the web browser, or anything more about the client for that matter.

I have looked for sql dead locks and did not find any. There are no long running sql queries at all.

Do you have any idea of what can be the problem?

Regards.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about iis7