Umbraco responding synchronously for multiple user requests
I have Umbraco 6.1.6 website installed on a production server and we found a bug in one of our code-behind modules, this caused a delay in processing for about 15 secs until the thread completed.
What it highlighted however is that the website is responding synchronously in that all other user page requests where queued until the user on the bug page received his page. Then all other pages we served in the timeline requested.
What could be causing this? I expected all page requests to be asynchronous.
Umbraco responding synchronously for multiple user requests
I have Umbraco 6.1.6 website installed on a production server and we found a bug in one of our code-behind modules, this caused a delay in processing for about 15 secs until the thread completed.
What it highlighted however is that the website is responding synchronously in that all other user page requests where queued until the user on the bug page received his page. Then all other pages we served in the timeline requested.
What could be causing this? I expected all page requests to be asynchronous.
is working on a reply...