RE: [us...@httpd] Good Prefork Configuration for better performance ??

2009-06-07 Thread BipinDas-Gmail
/httpd.worker) file. But it causes the PHP stops its working. Thanks. Greetings BipinDas +966543680643 From: Prasanna Ram Venkatachalam [mailto:vpra...@gmail.com] Sent: Sunday, June 07, 2009 8:39 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Good Prefork Configuration for better

Re: [us...@httpd] Good Prefork Configuration for better performance ??

2009-06-07 Thread Prasanna Ram Venkatachalam
working. Thanks. *Greetings * BipinDas +966543680643 *From:* Prasanna Ram Venkatachalam [mailto:vpra...@gmail.com] *Sent:* Sunday, June 07, 2009 8:39 AM *To:* users@httpd.apache.org *Subject:* Re: [us...@httpd] Good Prefork Configuration for better performance ?? Dear BipinDas

[us...@httpd] Good Prefork Configuration for better performance ??

2009-06-06 Thread BipinDas-Gmail
Dear Friends. One of my Webserver running with following configurations. Processor : Intel(R) Xeon(R) CPU E5430 @ 2.66GHz Memory: 4Giga Apache : 2.2.3 (Installed from Binary) MPM : Prefork Some of output from the server is as follows (Almost All Time ..). ps

Re: [us...@httpd] Good Prefork Configuration for better performance ??

2009-06-06 Thread Prasanna Ram Venkatachalam
Dear BipinDas, Under these loads i would suggest you to try Worker-MPM model. Because in prefork whatever you do, if you get 500 requests which are being served *simultaneously*, it would create 500 processes!! Its a one process per request model. So at higher load you would definitely run out of