is it worth to use load balancer on web server/website
Posted
by
user427969
on Server Fault
See other posts from Server Fault
or by user427969
Published on 2011-11-14T00:51:19Z
Indexed on
2011/11/14
1:53 UTC
Read the original article
Hit count: 501
webserver
|load-balancing
I have a website and a while ago, the web server of the company hosting my website was down for about a day. I consulted the company for a solution on how i can stop this from happening in future and they suggested to have a second machine and which will be connected to my current website/web server by a "load balancer" (at an additional huge cost!!!). The second machine will be replicate of the first one and so if i goes down, the other will always be running.
---- Explanation ----- My hosting company suggested that it will be a good idea to have a second machine running at the same time and both the machines will be connected by a load balancer which reduces the rist of a downtime. The second machine will be a mirror of the first and any changes to first must be replicated in the second.
I don't mind spending money if it really saves my website from going down. I want to know is it worth having this "load balancer" for my purpose?
My website is a 24/7 service. I cannot afford an outage of 24 hours/1 hour. I don't mind using this "load balancer" as far as it is really worth. I am not sure if its just a marketing trick of my hosting company or really a "best" solution
Thanks for help.
Regards
© Server Fault or respective owner