My CPU Load goes very high when traffic is very high
I think its APACHE...how do you guys with high traffic sites deal with server slowdown?
Please share some methods/tips.
Thanks.
XFileSharing Pro - My CPU Load goes very high when traffic is very high
Re: My CPU Load goes very high when traffic is very high
get ngnix mod/installawaisuk wrote:My CPU Load goes very high when traffic is very high
I think its APACHE...how do you guys with high traffic sites deal with server slowdown?
Please share some methods/tips.
Thanks.
-
- Posts: 90
- Joined: Nov 18, 2009 9:15 pm
ngnix mod/install
what is ngnix mod? where can I get it?
-
- Posts: 94
- Joined: Jan 18, 2009 4:29 am
Re: ngnix mod/install
webserver engine does not consume much off cpu, maybe your sql database, try to find out what the daemon to consume a lot of cpugeekev69 wrote:what is ngnix mod? where can I get it?
The moment you can afford NGINX do it. Your site will go no where without it. Keep in mind that for every additional server you get... You have to pay to get it installed...
What's happening is that your site is hitting the MAX_CLIENT on APACHE... Raise that and it'll buy you just a little more time... Apache isn't the best at managing loads for these kinds of sites.
What's happening is that your site is hitting the MAX_CLIENT on APACHE... Raise that and it'll buy you just a little more time... Apache isn't the best at managing loads for these kinds of sites.
Had the same issue 2 days ago. CPU went to 100% with many index.cgi processes, couldn't believe it as I'm running main on a high-end server. At the end it was someone doing it on purpose.
I'm about to purchase nginx and I hope it will solve this issue. I'll report back here as soon as I'm running nginx.
I'm about to purchase nginx and I hope it will solve this issue. I'll report back here as soon as I'm running nginx.