Re: [EMAIL PROTECTED] Single Client Simultaneous Page Load Issue

2008-04-16 Thread Abhinav Bhagwat
Hi, Try turning off HTTP1.1. Just use HTTP1.0 for your communication. Regards, Abhinav On Thu, Apr 17, 2008 at 12:33 AM, Robert Conrad [EMAIL PROTECTED] wrote: I am aware of the browser limitation, however that is certainly not the problem. The simplest way I can explain it is this: if I load

Re: [EMAIL PROTECTED] Getting 5000 concurrent connections and 400 requests per second with Apache

2007-07-27 Thread Abhinav Bhagwat
Thanks everybody. The above article helped me to get my numbers :) Regards, Abhinav On 7/25/07, Nick Kew [EMAIL PROTECTED] wrote: On Tue, 24 Jul 2007 21:34:20 +0200 allan juul [EMAIL PROTECTED] wrote: http://www.stdlib.net/~colmmacc/Apachecon-EU2005/scaling-apache-handout.pdf Sounds

[EMAIL PROTECTED] Getting 5000 concurrent connections and 400 requests per second with Apache

2007-07-24 Thread Abhinav Bhagwat
Hi All, I want to connect 5000 clients simultaneously to apache. I have increased the ulimit and /etc/security/limits.conf limits. I have also modified the httpd.conf to serve MaxClients upto 1 and increase the Timeout to 1500. The keepAlive is set to On as i need to send multiple requests

Re: [EMAIL PROTECTED] Getting 5000 concurrent connections and 400 requests per second with Apache

2007-07-24 Thread Abhinav Bhagwat
shows about 5000 process ids when the load is at its peak. Can you give some clue on what other networking logs should i check for? Regards, Abhinav On 7/24/07, Joshua Slive [EMAIL PROTECTED] wrote: On 7/24/07, Abhinav Bhagwat [EMAIL PROTECTED] wrote: Hi All, I want to connect 5000 clients