HI all,
I would like to know the internal working of load balancer. Considering I am using either hardware or web server for load balancing, does the load balancer process request parallely.
Scenario:
Database cluster with load balancer
Request 1 and Request 2 both are querying the database for different table at the same time. Considering the table is large and takes 1 mins to get the result, does both the request are processed at the same time or is it done sequentially( wait till other completes???)
thanks in advance
/Sr