Re: Recycling processors in Http11NioProtocol

2010-10-14 Thread Konstantin Kolinko
2010/10/14 Mark Thomas : > On 14/10/2010 01:01, Konstantin Kolinko wrote: >> Hi! >> >> Looking at the Http11NioProtocol.Http11ConnectionHandler.release(NioChannel >> socket) method in Http11NioProtocol.java,  it looks for me that like >> that method does in all other places before any call to >> "r

Re: Recycling processors in Http11NioProtocol

2010-10-14 Thread Mark Thomas
On 14/10/2010 01:01, Konstantin Kolinko wrote: > Hi! > > Looking at the Http11NioProtocol.Http11ConnectionHandler.release(NioChannel > socket) method in Http11NioProtocol.java, it looks for me that like > that method does in all other places before any call to > "recycledProcessors.offer(result);