Is it possible to load balance requests from a single source?
Posted
by
Shawn
on Server Fault
See other posts from Server Fault
or by Shawn
Published on 2011-03-08T22:49:18Z
Indexed on
2011/03/09
0:12 UTC
Read the original article
Hit count: 558
In our application, Server A establishes a TCP connection with Server B, then it sends a large amount of requests to Server B over the TCP connection. The request message is XML-based. Server B needs to respond within a very short period, and it takes time to process the requests. So we hope a load balancer can be introduced and we can expedite the processing by using multiple Server B's. This is not a web application. I did some research but failed to find a similar application of load balancer.
Can anyone tell me if there's a load balancer can help in our application?
© Server Fault or respective owner