Re: Apache without limits?

Re: Apache without limits?

am 29.03.2008 20:21:36 von Kees Nuyt

On Sat, 29 Mar 2008 02:38:59 +0100, Thomas Barth
wrote:

>Hi,
>I would like to change the default apache2 configuration. What options
>do I have to change to allow e.g. 20 clients to call php scripts without
>any limits? The webserver is used by one application only

The defaults will not impose any limits that you would
notice with 20 concurrent sessions.
First you will have to analyze what the actual
bottleneck is. Then you can tune any SQL queries, PHP
configuration, PHP scripts, and Apache, more or less in
that order.

>and it should be possible to call 10-30 scripts per second!

Bad scripts, bad database design or badly written SQL
queries can take a long time to execute.

>Thomas B
--
( Kees
)
c[_] I tried to daydream, but my mind kept wandering. (#22)