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); there

Re: Recycling processors in Http11NioProtocol

2010-10-14 Thread Konstantin Kolinko
2010/10/14 Mark Thomas ma...@apache.org: 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

Recycling processors in Http11NioProtocol

2010-10-13 Thread Konstantin Kolinko
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); there should be - a call to connections.remove(socket) -