On 15/01/2015 10:25, Rémy Maucherat wrote: > 2015-01-15 11:11 GMT+01:00 Mark Thomas <ma...@apache.org>: > >> The latest series of commits is the prep work for merging the >> Http11InputBuffer implementations. I'll be doing that shortly. >> >> The current status is that the tests pass but performance is currently >> worse for all connectors but especially for NIO2. >> > > I just checked and my ab doesn't complete for whatever reason on NIO2 (the > very last request hangs), but with the right timing to kiil it, I don't > think the throughput is very much changed.
Thanks for the pointer. That explains what I was seeing. I had maxKeepAliveRequests at the default so the delay was impacting the results. Ignore the delay and the 8.0.x vs. 9.0.x results are comparable. I'll take a look and see if I can figure out what is going on. Something related to a pending read I suspect. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org