This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi there, what load balencing algorithms does websphere use? With my little knowledge in weblogic, I know that it uses Round-robin, Randon and weight based load balencing algorithms. dose websphere uses the same, what is the default algorithm and how can we set it. Thanks in advance.
Just to be a bit provocative, I'll add that WL does not perform load balancing, it performs load distribution. I'll back this statement up with the following definitions. Load balancing implies that load is evenly distributed across a set of servers. Load distribution is the blind assignment of work to a server. Since RR assigns work blindly, it does not balance, rather it distributes work load.
Author of <a href="http://www.amazon.com/exec/obidos/ASIN/0672324261/ref=jranch-20" target="_blank" rel="nofollow">Ant Developer's Handbook</a>