server configuration for 5000 hits per second

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

 



Dear all,

We have a web application with about 5000 hits per second.
The apache server is running on Red Hat AS 4.x with version 2.0.52 and prefork MPM.

The question I have is, how I should configure prefork to manage this amount of requests.

I had something like that in mind:

<IfModule prefork.c>
   StartServers 100
   MinSpareServers 10
   MaxSpareServers 10
   ServerLimit 8000
   MaxClients 5120
   MaxRequestsPerChild 2000
</IfModule>

As the requests are only some kind of "ping" do I also plan to disable KeepAlive.

Do you think this will work, or do you have any other suggestion?

Thanks and all the best,
Si

---------------------------------------------------------------------
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