>   A user posted [1] a "benchmark" today in the German PHP Newsgroup [2]
>   stating that Apache 2.0 and PHP (current HEAD) are about 20% slower
>   than Apache 1.3.
>
>   Are there any official benchmarks out there? I can't quite believe
>   this...

It doesn't really surprise me.  The bucket brigade stuff adds overhead as
does the thread stuff in PHP.  There is nothing inherently faster about
threaded apps.  They tend to scale a little bit better in most cases, so
under extreme load performance should be better.  But under light loads I
would expect a non-threaded Apache+PHP to be quicker.

-Rasmus


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to