Assume we face x
requests per seconds, where x
is magic number of requests which single load balancer cannot handle.
So we have to use multiple load balancers to handle all requests, yes? But how? I need to load balance the load balancers farm? Poor idea, at the end it also occurs that single load balancer must handle all requests.
So how to use multiple load balancers to handle enormous number of requests?