RE: tomcat asynchronous invocation problem

2012-04-11 Thread Vyacheslav Trainin
For those who interested I opened Bug 53061 for this issue -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, April 10, 2012 10:52 AM To: Tomcat Users List Subject: RE: tomcat asynchronous invocation problem Vyacheslav Trainin wrote: >I reproduced it

RE: tomcat asynchronous invocation problem

2012-04-10 Thread Vyacheslav Trainin
I use NIO connector. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, April 10, 2012 10:52 AM To: Tomcat Users List Subject: RE: tomcat asynchronous invocation problem Vyacheslav Trainin wrote: >I reproduced it on: > - tomcat-7.0.23 and

RE: tomcat asynchronous invocation problem

2012-04-09 Thread Vyacheslav Trainin
asynchronous invocation problem On 09/04/2012 13:53, Vyacheslav Trainin wrote: > Hi, > > > > We encountered a problem during asynchronous operations (tomcat 7 with > servlet 3). Exactly which version of Tomcat 7.0? Same for Java version? Same for OS version(s)? p > _Des

tomcat asynchronous invocation problem

2012-04-09 Thread Vyacheslav Trainin
Hi, We encountered a problem during asynchronous operations (tomcat 7 with servlet 3). Description: One client continuously sends post requests to the server. On the server side for each request created AsyncContext with timeout 20 seconds: AsyncContext asyncContext = req.startAsync(req,