Load Balancing Algorithm

Hi All,

Is it possible for me to change the load balancing algorithm used in
Nginx.??

Thank you in advance for the reply,

aps.

Hello!

On Mon, Oct 15, 2012 at 09:59:06AM +0530, Aparna Bhat wrote:

Is it possible for me to change the load balancing algorithm used in Nginx.??

Yes. As of vanilla nginx, the following balancing algorithms are
available:

It is also possible to use 3rd party balancing modules (there are
number of them available, see NGINX 3rd Party Modules | NGINX).
And obviously you may write your own.


Maxim D.