Re: Tomcat 7.0.47 comet request concurrency issue

2014-12-10 Thread Mark Thomas
On 09/12/2014 17:01, Nikita Zyulyaev wrote: > Greetings! > > I’ve got a problem using Tomcat 7.0.47 NioConnector with nginx 1.6.2 and > atmosphere 2.2.3. > > It happens when nginx and atmosphere close the same comet connection > concurrently. > > In NioEndpoint.Poller thread(A) the SocketChann

Tomcat 7.0.47 comet request concurrency issue

2014-12-09 Thread Nikita Zyulyaev
Greetings! I’ve got a problem using Tomcat 7.0.47 NioConnector with nginx 1.6.2 and atmosphere 2.2.3. It happens when nginx and atmosphere close the same comet connection concurrently. In NioEndpoint.Poller thread(A) the SocketChannel becomes ready for read when nginx closes it. Poller unregi