Increasing load capacity for growing website
Posted
by
markxi
on Server Fault
See other posts from Server Fault
or by markxi
Published on 2011-11-18T16:56:45Z
Indexed on
2011/11/18
17:54 UTC
Read the original article
Hit count: 263
dns
|load-balancing
My website currently runs on a dedicated web server (with LiteSpeed) and dedicated MySQL database server. It's a download based site with a lot of user-generated content, which can be streamed and downloaded, there are also thousands of thumbnails and static content.
I'm at the stage where the web server can no longer handle the amount of traffic, so I'm looking a how best to increase capacity considering the large amount of downloadable content.
My host suggests mirroring everything on a second web server and distributing the load between them using either DNS Made Easy, or to have my own load balancer (using ldirector) in front of the two web servers.
Could anyone advise whether the above method would be the best option? Does any one have any experience with DNS Made Easy and/or ldirector?
I'd appreciate any help.
© Server Fault or respective owner