Re: [us...@httpd] Apache 2 problems with spawning processes

2009-02-03 Thread an...@iguanait.com
Thanks, i will try this way. On Tue, 2009-02-03 at 09:29 -0500, Eric Covener wrote: > On Tue, Feb 3, 2009 at 9:13 AM, an...@iguanait.com wrote: > > Hi again. > > > > After disabled KeepAlive setting and apache work around 18 hours, i had > > the same situation. > > > > Apache started to spawn pro

Re: [us...@httpd] Apache 2 problems with spawning processes

2009-02-03 Thread Eric Covener
On Tue, Feb 3, 2009 at 9:13 AM, an...@iguanait.com wrote: > Hi again. > > After disabled KeepAlive setting and apache work around 18 hours, i had > the same situation. > > Apache started to spawn processes, in mytop i saw a lot of queries that > are working (too many threads) and in server-status

Re: [us...@httpd] Apache 2 problems with spawning processes

2009-02-03 Thread an...@iguanait.com
Hi again. After disabled KeepAlive setting and apache work around 18 hours, i had the same situation. Apache started to spawn processes, in mytop i saw a lot of queries that are working (too many threads) and in server-status page i saw a lot of requests with mode "W". Every new connection and r

Re: [us...@httpd] Apache 2 problems with spawning processes

2009-02-02 Thread an...@iguanait.com
hi, thanks for reply. I will set now keepalive to off and check how it will work. MaxKeepAliveRequests that i set was for testing. I usually use default value 100. I will inform you how server is going with disabled keepalive. Regards, Ali Nebi! On Mon, 2009-02-02 at 21:44 +0530, ganesh ganesh

Re: [us...@httpd] Apache 2 problems with spawning processes

2009-02-02 Thread ganesh ganesh
Hi, Without complete interrogation i wont be able to provide you the exact answer.. but the immediate suggestion i can suggest you is disable the KeepAlive: KeepAlive Off and restart your apache... let me know how it goes... also the max keepalive reqeust is i think a bit too much taking in to

[us...@httpd] Apache 2 problems with spawning processes

2009-01-30 Thread an...@iguanait.com
Hi, we have installed apache 2 on centos 5 system and we have a big problem with spawning too much child processes. These are the versions that we use: Centos 5.2 x86_64 httpd-2.2.8-jason.3 php-5.2.6-1.el5.remi mysql-5.0.45-7.el5 System has 2xquat processor (total 8 cores) and 16 GB RAM We ha