ServerXMLHTTP requests on the same Web Application

L

Lambuz

Hi all,
I've got this problem.
On server A I've a web application WA1.
Inside WA1 there are a virtual directory VD1 and an ASP page named
page1.asp.
Inside VD1 there is another ASP page named page2.asp.

page1.asp makes a ServerXMLHTTP requests for page2.asp.

If Debugging Flags on WA1 are enabled the request seems to be blocked,
if those flags are disabled everything seems to be ok.

Is my problem really solved ?

Best regards
 
P

Pat [MSFT]

You really, really, really don't want to make a recursive call to your own
app. The reason it was hanging with debugging on is that only 1 ASP thread
is allowed to execute at a time. When you turn debugging off, you get
#CPU*25 threads. That said, under stress you could end up having the exact
same thing happen - i.e. thread starvation.


Pat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,905
Latest member
Kristy_Poole

Latest Threads

Top