Re: setWriteListener and async operations concurrency

2016-10-27 Thread tomcat
On 27.10.2016 13:41, Sergey Mashkov wrote: On Thu, Oct 27, 2016 at 2:19 PM André Warnier (tomcat) wrote: On 27.10.2016 12:15, Sergey Mashkov wrote: Hi I am experiencing deadlock when trying to set output stream write listener: The thread from my own thread pool is trying

Re: setWriteListener and async operations concurrency

2016-10-27 Thread Sergey Mashkov
On Thu, Oct 27, 2016 at 2:19 PM André Warnier (tomcat) wrote: > On 27.10.2016 12:15, Sergey Mashkov wrote: > > Hi > > > > I am experiencing deadlock when trying to set output stream write > listener: > > The thread from my own thread pool is trying to set a write listener (my >

Re: setWriteListener and async operations concurrency

2016-10-27 Thread tomcat
On 27.10.2016 12:15, Sergey Mashkov wrote: Hi I am experiencing deadlock when trying to set output stream write listener: The thread from my own thread pool is trying to set a write listener (my code via setWriteListener call) and another one thread is https-jsse-nio-N-exec is trying to close

setWriteListener and async operations concurrency

2016-10-27 Thread Sergey Mashkov
Hi I am experiencing deadlock when trying to set output stream write listener: The thread from my own thread pool is trying to set a write listener (my code via setWriteListener call) and another one thread is https-jsse-nio-N-exec is trying to close and flush (there is no my code in the stack