When my database driven sites will outgrow my server, what should I do to accomodate? What parts are most cost-efficient in taking more traffic?
it has nothing to do with bandwidth, but server load.NtodaS said:You mean like to many visitors simultainiously? I think a bigger bandwith pack will cure this..
peach said:it has nothing to do with bandwidth, but server load.
joe said:You can set up a server for only database queries or setup a load balancer. Just going a step up in power is often fine too - like from Pentium 4 to Dual Xeons.
I don't know, is there any page in cpanel that shows me this?joe said:RAM would be the cheapest and easiest upgrade. How much do you have right now? I find anything under 1GB to be far too little when running sites with extensive databases.
I think the Drupal sites are fine, the pathauto module can cause some overhead, I bet the problem lies with the Joomla sites, it seems to load much slower then drupal at bad times.Payton said:If your sites are db intensive then a common bottleneck will be your IO times. If you haven't already, consider a raid setup, go scsi if you can. If you don't want to throw a ton of money at the problem, it will probably be worth your time to narrow down what exactly the bottleneck is with your sites.