Re: Tomcat 6's nio protocol is slower than the regular HTTP/1.1protocol

2008-01-03 Thread David Cassidy
Did anyone do the comparison between ajp13 and http for the protocol ? I'd like to understand what the test cases were that were used for the test. ie if the application takes a second to make the resulting html if it takes 2 seconds to make the html how does that affect the performance ? D On

Re: Tomcat 6's nio protocol is slower than the regular HTTP/1.1protocol

2008-01-02 Thread Rainer Jung
Caldarale, Charles R schrieb: >> Does the new io really slower then the regular protocol? > > Yes; read this: > http://marc.info/?l=tomcat-user&m=119635696312254&w=2 > > - Chuck and: speed != performance As an approximation: Throughput * AvgResponseTime = Parallelity Naively speed is the sam

RE: Tomcat 6's nio protocol is slower than the regular HTTP/1.1protocol

2008-01-02 Thread Caldarale, Charles R
> From: Shlomi Tsur [mailto:[EMAIL PROTECTED] > Subject: Tomcat 6's nio protocol is slower than the regular > HTTP/1.1protocol > > Does the new io really slower then the regular protocol? Yes; read this: http://marc.info/?l=tomcat-user&m=119635696312254&w=2 - Ch