RE: Too much CPU Usage

2001-05-31 Thread Simon Green
Note Try with out pconnect and you will find there is little time lost if any! -Original Message- From: Felix Schueren [mailto:[EMAIL PROTECTED]] Sent: 31 May 2001 10:37 To: Xavi Gracia Cc: [EMAIL PROTECTED] Subject: Re: Too much CPU Usage Hey, looks like you're using pconnects w

Re: Too much CPU Usage

2001-05-31 Thread Felix Schueren
Hey, looks like you're using pconnects with a high timeout value. You have over 600 processes on the poor machine. 588 of those are sleeping, but they still burn CPU cycles. Either switch your scripts from pconnect to plain connect or lower the timeout value for inactive connections (in your my.c

Too much CPU Usage

2001-05-28 Thread Xavi Gracia
Hi ! I'm a novice mysql administrator and acording to my Web Hosting Provider, my mysql daemon is loading the CPU too much. The web has currently two main php scripts regarding the MySQL daemon. The first one shows a banner using the PHPAdServer application ( no clicks are registered, only sh