At 09:53 AM 4/9/2002, Jim Jagielski wrote: >Nick De Decker wrote: > > > > I'm testing apache 2.0 but i'm having trouble with it. > > Benchmarks show very slow results when the number of concurrent users get > > high. > > i tested the prefork/worker settings but nothing seems to help. > > tested with ab : > > ab -n 10000 -c 1000 http://192.168.1.253/index.html (978 bytes page) > > > > apache 1.3.24 => 1036 requests per second, response times of 110 ms > > apache 2.0.35 => 68 requests per second, average response time of 15000 ms.
Sounds like your 1.3.24 is serving a direct hit to index.html, while 2.0.35 you are serving multiviews (it's searching through the list of all index.html.xx for your preferred language.) Is there an index.html (no .xx language extension) in both or neither of the document roots? Need to be testing apples to apples. Also look if you have enabled SSI in 2.0 while leaving 1.3 unparsed.