On Wed, 2003-07-09 at 10:31, Dave [Hawk-Systems] wrote:
>  Is there a known issue (running on FreeBSD 4.8, MySQL 3.23.55 MyISAM)?
> Is there something I should check when next I notice the high CPU usage?
> 

I used to see the same kind of behavior a while back with a MySQL
installation I did for a client. It turned out that what was happening
was a poorly designed client/server app was touching off this really
huge query (lots of rows and lots of columns across multiple tables) and
then disconnecting before the result could be returned. 

They fixed their app and the problem went away. Drove me nuts
troubleshooting it. 

Anyway. Make sure you don't have something similar going on. 

-- 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Peter L. Berghold                                    [EMAIL PROTECTED]
Dog event enthusiast, brewer of Belgian (style) Ales.  Happiness is
having your contented dog at your side and a Belgian Ale in your glass.




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to