SignalR hub scalability issue?

If that's the method being called 1000 times per second, you shouldn't be calling connection.Start() every single time.

By default . NET allows 2 concurrent connections outgoing from client apps and 10 from ASP.NET apps. If you want to increase this number then set the http://msdn.microsoft.com/en-us/library/system.net.servicepointmanager.defaultconnectionlimit.aspx to a bigger number.

See if that helps.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions