Apache vs Litespeed, negative CGI performance
Debian GNU/Linux, kernel 2.4.27-1
Litespeed (without throttling, just after installation):
-----------------
ab -c 100 -n 1000 "http://localhost/cgi-bin/helloworld"
...
Requests per second: 81.99 [#/sec] (mean)
Time per request: 1219.703 [ms] (mean)
Time per request: 12.197 [ms] (mean, across all concurrent requests)
---------------
Apache 1.3.33 (just after apt-get install apache; cp helloworld /usr/lib/cgi-bin/):
-----------------
ab -c 100 -n 1000 "http://localhost/cgi-bin/helloworld"
...
Requests per second: 90.95 [#/sec] (mean)
Time per request: 1099.461 [ms] (mean)
Time per request: 10.995 [ms] (mean, across all concurrent requests)
---------------
apache is ~10% faster %)
.. I'll test FastCGI application performance tomorrow.
Debian GNU/Linux, kernel 2.4.27-1
Litespeed (without throttling, just after installation):
-----------------
ab -c 100 -n 1000 "http://localhost/cgi-bin/helloworld"
...
Requests per second: 81.99 [#/sec] (mean)
Time per request: 1219.703 [ms] (mean)
Time per request: 12.197 [ms] (mean, across all concurrent requests)
---------------
Apache 1.3.33 (just after apt-get install apache; cp helloworld /usr/lib/cgi-bin/):
-----------------
ab -c 100 -n 1000 "http://localhost/cgi-bin/helloworld"
...
Requests per second: 90.95 [#/sec] (mean)
Time per request: 1099.461 [ms] (mean)
Time per request: 10.995 [ms] (mean, across all concurrent requests)
---------------
apache is ~10% faster %)
.. I'll test FastCGI application performance tomorrow.