I serve the application through IIS 8.0 under Windows 8. The site consists of static html and js files that use ASP.NET Web.Api 2 and SignalR to communicate with the server.
Pages load very quickly and work fine until I open several instances in ~ 5-10 tabs, and then everything stops. Chrome either shows "waiting for a hostname" or "waiting for an available socket."
If I have 4 pages loaded, and it freezes, trying to load another 1, I can just close the other tabs, and the latter will load after a while.
My question is, how can I debug this problem, what tools are available to help me find out where the hang is?
source
share