Welcome! Log In Create A New Profile

Advanced

Re: load balancing question / recommendation

Jérôme Loyet
December 14, 2010 11:00AM
2010/12/14 Ilan Berkner <iberkner@gmail.com>
>
> Hi All,
> Currently we have a single web server (nginx) with multiple php application servers (php-fpm) and the load is being handled well.  The raid controller failed last week on the web server and we were down for a few hours.  Adding a hardware or software based load balancer in front of the web server and using additional web servers, although still represents a single point of failure, will further increase the availability of our system should one of the web servers fail.  We will be fully redundant in the future.
> Our provider is recommending: http://www.redhillnetworks.com/products/webmux/load-balancer.htm as a hardware solution, which I'm fine with, but I wanted to put it to this group, is it better to use a hardware solution such as this or to add another server with Nginx as a reverse proxy to a group of web servers?
> From a hardware point of view, we don't have any choice in terms of a load balancer (other than putting up another server with software on it).
> Looking for real life experiences / recommendations and suggestions.

hi,

you can check on LVS with direct routing if all af your servers are on
the same subnet. (without direct routing otherwise). It works like a
charms, it has failover and it can handle a LOT of traffic. Delivering
1gbps should be easy. If you have to handle a huge amount of traffic,
you can loadbalance on several LVS instances with DNS round robin.

server1 (LVS1 master, LVS5 slave)
server2 (LVS2 master, LVS1 slave)
server3 (LVS3 master, LVS2 slave)
server4 (LVS4 master, LVS3 slave)
server5 (LVS5 master, LVS4 slave)

it rocks ! :)

> Thanks!
>
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://nginx.org/mailman/listinfo/nginx
>

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

load balancing question / recommendation

iberkner December 14, 2010 10:56AM

Re: load balancing question / recommendation

Jérôme Loyet December 14, 2010 11:00AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 171
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready