|
|
|
|
|
by chrishacken
3483 days ago
|
|
> 10K+ concurrent requests to a single server sounds like a server that is mostly shuffling bits around. Isn't that all a load balancer is supposed to do? I certainly don't want my load balancers performing computations or logic. I want it to pass that work off to another server. |
|
To be clear, you can do a lot better with a better pipe, smart caching, compression, etc. But people often have horribly unrealistic estimates about how much traffic their servers can handle because they don't take bandwidth into account, and load balancers are no exception.