>Speak of the devil, I just ran across this page today, from a hosting
>service:
>http://www.aoindustries.com/servlet/com.aoindustries.website.WhatsNew
>
>which says:
>"Please note that AJP13 is still much slower than AJP12. Using AJP12,
>ourstandard "Hello" servlet processes 544 requests per second.
>Using the
>newer AJP13 protocol, that rate drops to a lowly 38 requests per
>second."
totally wrong, I've allready provided benchmarks proving that
ajp13 is CLEARLY faster that ajp12.
FYI ajp13 avoid the consuming connect() step since it reuse
opened sockets. Also the network protocol encode many infos
like headers and so on.
I recommand you take a look at your configuration and verify
if you're not logging everything !!!!