What is the maximum number of thread allowed to run on a web page

mkhaweallil

New Member
I have developed a page using ExtJS and ASP.NET. The page got multiple widgets. Each widget sends multiple AJAX request at the time of load. I assume each AJAX request runs over a new thread. I just want to understand:[*]How many such threads are allowed to run from a single window?[*]Does this behavior changes from browser to browser ?[*]Is there any way to trace the number of active request?
 
Back
Top