You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Martin Vogt <vo...@itwm.fraunhofer.de> on 2005/08/12 16:43:30 UTC

[users@httpd] apache slower than IIS (testprogram)

Hello,


the attached program shows a performance problem with apache2-worker.

compile with:

g++ curltest.cpp -lcurl

then start it with something like this:

./a.out -u http://ms.iss-server/a.jpg
./a.out -u http://apache2.server/a.jpg

With apache you get timeouts and the script takes 10 seconds (3.6 KB file).
IIS needs only 0.5 seconds.

any ideas?

Im using apache2-worker-2.0.53-9 suse 9.3 rpm.


regards,

Martin