RE: [EMAIL PROTECTED] High cpu load on apache

2005-11-24 Thread Axel-Stéphane SMORGRAV
fy the function(s) involved in the loop. That should give you an idea of the faulty module. Lykke til -ascs -Original Message- From: Kjell Grindalen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 23, 2005 3:43 PM To: users@httpd.apache.org Subject: SV: [EMAIL PROTECTED] High cpu load

Re: [EMAIL PROTECTED] High cpu load on apache

2005-11-23 Thread Tony Di Croce
This looks to me like something is attempting to allocate memory in a loop, until the request succeeds. But it's never succeeding.On 11/22/05, Kjell Grindalen < [EMAIL PROTECTED] > wrote: Hi everyone! I am runninng apache-2.0.55 on a Solaris 9 SPARC server. I use the server a a frontend

SV: [EMAIL PROTECTED] High cpu load on apache

2005-11-23 Thread Kjell Grindalen
you! Mvh Kjell Grindalen -Opprinnelig melding- Fra: Joshua Slive [mailto:[EMAIL PROTECTED] Sendt: 23. november 2005 15:32 Til: users@httpd.apache.org Emne: Re: [EMAIL PROTECTED] High cpu load on apache On 11/23/05, Kjell Grindalen <[EMAIL PROTECTED]> wrote: > Hello, and thank yo

Re: [EMAIL PROTECTED] High cpu load on apache

2005-11-23 Thread Joshua Slive
On 11/23/05, Kjell Grindalen <[EMAIL PROTECTED]> wrote: > Hello, and thank you for the reply! > > First of all I am not using any dynamically loaded module, and I am not > realyy using the proxy module either. > I could eaily rmove them and get the same functonality > > Here is the output of pstack

SV: [EMAIL PROTECTED] High cpu load on apache

2005-11-22 Thread Kjell Grindalen
- Fra: Joshua Slive [mailto:[EMAIL PROTECTED] Sendt: 22. november 2005 16:19 Til: users@httpd.apache.org Emne: Re: [EMAIL PROTECTED] High cpu load on apache On 11/22/05, Kjell Grindalen <[EMAIL PROTECTED]> wrote: > I am runninng apache-2.0.55 on a Solaris 9 SPARC server. > I use th

Re: [EMAIL PROTECTED] High cpu load on apache

2005-11-22 Thread Joshua Slive
On 11/22/05, Kjell Grindalen <[EMAIL PROTECTED]> wrote: > I am runninng apache-2.0.55 on a Solaris 9 SPARC server. > I use the server a a frontend for my websphere 5.1 server > My configure looks like this > > ./configure --prefix=/usr/local/apache_prod --with-mpm=prefork --enable-info > --enable-s

[EMAIL PROTECTED] High cpu load on apache

2005-11-22 Thread Kjell Grindalen
Title: High cpu load on apache Hi everyone! I am runninng apache-2.0.55 on a Solaris 9 SPARC server. I use the server a a frontend for my websphere 5.1 server My configure looks like this ./configure --prefix=/usr/local/apache_prod --with-mpm=prefork --enable-info --enable-so --enable-r