I've recently done some benchmarking on mod_webapp and I wasn't too impressed. I am using it anyway though until I can compare to something better. The upshot was this. Apache+tomcat was taking 5 times as long to serve a request as tomcat standalone was. Also, Apache+tomcat would choke on concurrent requests; sometimes requiring an apache restart... Bad. It seams to me that Apache+tomcat should take on the order of the time it takes apache to handle a request plus the time it takes tomcat to handle a request since that is basically what happens. Of course that's just my though without knowing any of the technical details at all. I could be an idiot.
I'd be interested if anyone has performance data for the other connectors. I used the apache "ab" to get my data. I compared my host through apache and my host standalone over 100 request and got under 20 requests per second with apache and over 100 requests / sec standalone. Cavan Morris ----- Original Message ----- From: "Anthony W. Marino" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 23, 2002 4:02 PM Subject: Which Apache-To-Tomcat Connector Any reason for using AJP14 over AJP13? And what about mod_webapp? Thanks in advance, Anthony -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
