Re: Getting 5000 concurrent connections and 400 requests per second with Apache

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 24 Jul 2007 22:53:00 +0530
"Abhinav Bhagwat" <abhinavbhagwat@xxxxxxxxx> wrote:

> 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 10000 and
> increase the Timeout to 1500.

That's way too long.  1500 milliseconds would make more sense,
unless you serve particularly slow clients.

>	 The keepAlive is set to On as i need to
> send multiple requests on each connection.

High connection numbers + keepalive is the classic case for the
Event MPM.  That's new in 2.2.  Though it should also work with
Worker MPM.

If necessary, read some of the ApacheCon papers from power-users
describing getting 100000 concurrent connections.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux