I know it's not special for SignalR, but since I was quite puzzled when I read some documents in SignalR site, maybe use SignalR would be suitable example.
For server side, there is some concept over Max concurrent requests per application
In SignalR, how could I reach the limit, I have to open 5000 client or something?
For client side, I know each browser has some limitation about Max Connections, can anyone explain this concept for me, simply tell me how can I reach the limit. And maybe use SignalR is a good example and easier for me to understand.