RE: [PHP] PHP load to high on server

2006-01-19 Thread Richard Lynch
On Thu, January 19, 2006 3:20 am, Albert wrote: > Richard Lynch wrote: >> On Tue, January 17, 2006 11:18 pm, Albert wrote: >> > The page having the heaviest load uses 5 simultaneous sessions - >> they >> > refresh every 5 seconds. Even with just one connection there are >> 16 >> > Apache >> > threa

RE: [PHP] PHP load to high on server

2006-01-19 Thread Albert
Richard Lynch wrote: > On Tue, January 17, 2006 11:18 pm, Albert wrote: > > The page having the heaviest load uses 5 simultaneous sessions - they > > refresh every 5 seconds. Even with just one connection there are 16 > > Apache > > threads running all occupying between 5 and 20% of CPU. > > Are yo

Re: [PHP] PHP load to high on server

2006-01-18 Thread Richard Lynch
On Tue, January 17, 2006 11:18 pm, Albert wrote: > The page having the heaviest load uses 5 simultaneous sessions - they > refresh every 5 seconds. Even with just one connection there are 16 > Apache > threads running all occupying between 5 and 20% of CPU. Are you saying that you have a page that

RE: [PHP] PHP load to high on server

2006-01-18 Thread Stefan Moldoveanu
heavy load. If possible, try to downgrade/upgrade PHP and/or Apache (eventually on a test machine). Regards, Stefan From: Jochem Maas Sent: Mi 18.01.2006 18:59 To: Adi Cc: Albert; PHP List Subject: Re: [PHP] PHP load to high on server Adi wrote: Run some tracer apps on your code...could be

Re: [PHP] PHP load to high on server

2006-01-18 Thread Jochem Maas
Adi wrote: Run some tracer apps on your code...could be some wild loops of some sort? Never the less, ZEND debugger with the module should do the jobit will tell you which files/functions etc are runningnice tool to track execution time etc... On 1/18/06, Albert <[EMAIL PROTECTED]> wrote

Re: [PHP] PHP load to high on server

2006-01-18 Thread Adi
Run some tracer apps on your code...could be some wild loops of some sort? Never the less, ZEND debugger with the module should do the jobit will tell you which files/functions etc are runningnice tool to track execution time etc... On 1/18/06, Albert <[EMAIL PROTECTED]> wrote: > > Hi > >

[PHP] PHP load to high on server

2006-01-17 Thread Albert
Hi I am running SuSE 9.2 (Kernel 2.6.8-24-default) with Apache 2.0.50 and PHP 4.3.8 (as an Apache module) on a Celeron 900 with 304MB RAM. This machine is used for testing. We have made some changes to our PHP application and now the machine is having trouble serving the pages. Apache is occup