200,000 Connections possible with linode? Lenny LEMP
Would this be at all possible on Linode setup? Load balanced?
I have been doing some reading and can see it would have to be a hefty solution.
Any thoughts would be great.
4 Replies
Are these 200,000 concurrent connections or total over a specific amount of time?
-Tim
I noted that the Linode load balancers to 10,000 concurrent.
In addition to some sort of load balancing solution, you would also need quite a few backends to handle such a large number of requests.
-Tim
It's not the sort of thing that can be done without modification to the web service, because there are a bunch of factors on multi-server applications that don't happen when everything lives on one box (or one application box and one sql box). Stuff like which server has the client's session data, how you handle multiple database servers, the differences you face when your PHP script isn't running on the same box as what accepted the initial HTTP connection such as what remote IP you see, etc.