Rsync and Load Balancing
Hello,I was wondering, if I setup three servers.
Two being the user accessible, and the third being content only.
Where we upload all files etc. to the third server, and the first and second server rsync's every 5 minutes, or the content server will rsync every update to it with the first and second server.
Is this an idea, has it been tested, is it a good idea or do you not recommend it? Since physical load balancing can coast a bundle three dedicated servers would be cheaper, I would think. And I would use DNS and NS features to distribute load.
The mySQL requests would have to go to the third server, but if there is a flat file db script, then that will be an issue, how can I address this?
Thank you!