Predictive vs Least Connection Load Balancing Techniques

Posted by Mani on Server Fault See other posts from Server Fault or by Mani
Published on 2012-09-26T15:50:47Z Indexed on 2012/09/27 3:39 UTC
Read the original article Hit count: 447

I have a windows based desktop application that communicates via TCP to the application servers. (windows 2003). No sticky sessions between client calls. We have exactly 2 servers to load balance and we are thinking to use a F5 hardware NLB.

The application is a heavy load types, doing not much bussiness logic in the services but retrieving quite a big amount of data at most of the times. May be on an average 5000 to 10000 records at all times. Used mainly for storing and retirieving data and no special processing of data or calculations running on the server side.

I am favouring 'predictive' considering my services take a while at times to return data and hence tracking the feedback would yield some better routing as in predictive.

I am not sure if the given data is sufficient enough to suggest some ideas but considering these, what would be some suggestions\things to consider\best between Predictive and Least Connections ?

Thanks.

© Server Fault or respective owner

Related posts about windows-server-2003

Related posts about load-balancing