[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] If it ain't broke, don't fix it ?



> I think it IS broke!  The load is too high.  When the load gets too high,
> some of my scripts shut themselves off with a "Server Too Busy" message
and
> its really annoying my users.  I'd like to find a good solution for this,
> rather than ignoring it.  I can't add more sites.  The log files are just
> really huge, and the sites get a lot of traffic.  Not too much traffic for
> this to be a problem though.

Why not too much for this to be a problem? The snapshot you provided doesn't
look too bad. It must have been taken at a lull. I see an awful lot of mysql
processes. Under high load, the mysql processes are going to eat lots of
CPU. You might consider setting up a separate database server just for
MySQL. At the very least, you should consider refining your MySQL queries.

Kevin