Re: [us...@httpd] 2.2.10 - 2.2.11

2009-06-06 Thread MK
On 06/05/2009 07:46:47 PM, Res wrote: There is a myriad of build options, you'll need to A: (fastest) Look at the repository for the source version, then look at how they built apache and make sure you built the same You mean how the stock FC10 was built? Considering I am using the apache

Re: [us...@httpd] 2.2.10 - 2.2.11

2009-06-06 Thread André Warnier
MK wrote: On 06/05/2009 07:46:47 PM, Res wrote: There is a myriad of build options, you'll need to A: (fastest) Look at the repository for the source version, then look at how they built apache and make sure you built the same You mean how the stock FC10 was built? Considering I am using

Re: [us...@httpd] http/1.1 persistent connection issue.

2009-06-06 Thread Jonas Eckerman
vincent.blon...@ing.be wrote: I am trying to develop a little program that should be able to send http/1.1 requests. This is not an Apache question, but a general TCP and HTTP question. I mean I can send one request in my http connection but the second one does not seem to work properly.

[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