I am using Signal R for chat application in my web application.i am using chat on my master page and it open like a Facebook chat area. It is working fine but when i open more than 6 tabs in same browser it hangs no other tabs are responding...(waiting for available socket...)
i searched and implemented many things from internet but nothing found.
finally i decided to do this using sub-domain concept.
i have created 3 sub-domains
x.abc.com
y.abc.com
z.abc.com
now should i have to host my application on the above sub domains or have to do anything else with this?