Re: Connector refactoring progress update

2015-01-15 Thread Rémy Maucherat
2015-01-15 13:21 GMT+01:00 Mark Thomas : > 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 ou

Re: Connector refactoring progress update

2015-01-15 Thread Mark Thomas
On 15/01/2015 10:25, Rémy Maucherat wrote: > 2015-01-15 11:11 GMT+01:00 Mark Thomas : > >> 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 >>

Re: Connector refactoring progress update

2015-01-15 Thread Rémy Maucherat
2015-01-15 11:11 GMT+01:00 Mark Thomas : > 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. >

Connector refactoring progress update

2015-01-15 Thread Mark Thomas
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. Once I complete the InputBuffer merging, I plan on