Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm trying to get my head around this.

I have an application composed of one Server(basically a N tier console application with TCP socket programming in C#), one MSSQL database and several clients.
Now the problem is thousands of clients is connecting to this server at the same time and server is not responding efficiently.
I want to make this server as distributed and scalable to distribute the clients load.

I'm trying to figure out if there's solution to this problem.any convenient solution is highly appreciable.

Thanks in advance...
Posted
Comments
Kornfeld Eliyahu Peter 7-Jun-15 4:25am    
There are too many reasons for such a behavior (slow response) so we can not advise you without proper details...
The first thing you have to do is monitoring your system under load - check for network and IO first...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900