> Hi!
> We have a performance problem on our IBM Web-server solution running
> Apache-1.3.12/PHP-4.0.0. We are using the "Network Dispatcher" software
> running on a B50 to balance the load between several Web-servers. The
> web-servers are IBM H70 with dual RS64-II/340MHz processors with 4MB L2
> cache. Each H70 have 1GB of memory, and 4 18GB disks: one as a systemdisk
> and three in s/w Raid0 for web-content.
My first guess is that the CGI fork/exec() overhead is killing you .Quote:> * Our sites are very dynamic with each page being built as it is requested.
> We would probably NOT take advantage of the kernel-cache enhancements of the
> IBM HTTP-server.
I'd suggest a look at Fast CGI in the Apache Manuals ... our system is
extremely dynamic, and we were able to support several orders of
_magnitude_ more requests per second when we changed the interface
from plain CGI to FastCGI.
--Quote:> So what do we do now. We have bought a very expensive system that we were
> promised would handle much more traffic than it seems to do. Is there any
> tweaks we can do to get better performance?
#include <disclaimer.std> /* I don't speak for IBM ... */
/* Heck, I don't even speak for myself */
/* Don't believe me ? Ask my wife :-) */