Hi, On Jun 26, 2010, at 2:13 PM, Adrian Padilla wrote:
> i have three webservers on ubuntu, of all 3 run virtual host, would it be a > better practice to have all three webservers have all the same data on them, > opposed to having one server handle certain websites, and another server > handle certain websites, That depends. If the underlying system is configured the same (same software) it makes sense to run all sites on all servers, and allow a carefully-designed Pound setup to spread the load across them. However if the websites are very different (i.e. one php, one perl and one ruby-driven), it might be better to keep them on separate systems. /Eirik -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
