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. >

Re: Connector refactoring

2014-11-10 Thread Rémy Maucherat
2014-11-10 18:32 GMT+01:00 Mark Thomas : > > For example, with the NIO2 connector, the code is rather different > between > > upgrade and non upgrade, plus it has the possibility of doing gather > writes > > (not done in upgrade, only in regular mode; basically in upgrade mode the > > framework in

Re: Connector refactoring

2014-11-10 Thread Mark Thomas
On 10/11/2014 17:14, Rémy Maucherat wrote: > 2014-11-10 17:42 GMT+01:00 Mark Thomas : > >> Hi, >> >> I am about to push the first batch of commits. I started with the >> upgrade package as that looked like the simplest to tackle first. Rather >> than a single commit, I'll keep the individual commi

Re: Connector refactoring

2014-11-10 Thread Rémy Maucherat
2014-11-10 17:42 GMT+01:00 Mark Thomas : > Hi, > > I am about to push the first batch of commits. I started with the > upgrade package as that looked like the simplest to tackle first. Rather > than a single commit, I'll keep the individual commits from git. They > aren't all as clean as I would l