Re: Async servlet timeout behaviour

2016-02-11 Thread Mark Thomas
On 11/02/2016 11:44, Thomas Boniface wrote: > 2016-02-11 12:16 GMT+01:00 Mark Thomas : >> On 11/02/2016 11:07, Thomas Boniface wrote: >>> I also wonder what can be done or not while in the onTimeout thread, can >> I >>> still do some asynchronous operation (retrieving content from http >> reques

Re: Async servlet timeout behaviour

2016-02-11 Thread Thomas Boniface
2016-02-11 12:31 GMT+01:00 André Warnier (tomcat) : > On 11.02.2016 12:07, Thomas Boniface wrote: > >> Hi, >> >> I'm using async servlet with a timeout configured to 300ms >> > > naive question : is that not awfully short, if this relates to some > over-the-Internet communication ? > That's a matt

Re: Async servlet timeout behaviour

2016-02-11 Thread Thomas Boniface
2016-02-11 12:16 GMT+01:00 Mark Thomas : > On 11/02/2016 11:07, Thomas Boniface wrote: > > Hi, > > > > I'm using async servlet with a timeout configured to 300ms but I can > > observe in live environnement some big differences with the actual > applied > > timeout 700ms or more for instance. > >

Re: Async servlet timeout behaviour

2016-02-11 Thread tomcat
On 11.02.2016 12:07, Thomas Boniface wrote: Hi, I'm using async servlet with a timeout configured to 300ms naive question : is that not awfully short, if this relates to some over-the-Internet communication ? but I can observe in live environnement some big differences with the actual appl

Re: Async servlet timeout behaviour

2016-02-11 Thread Mark Thomas
On 11/02/2016 11:07, Thomas Boniface wrote: > Hi, > > I'm using async servlet with a timeout configured to 300ms but I can > observe in live environnement some big differences with the actual applied > timeout 700ms or more for instance. > > I was wondering how are triggered onTimeout events to

Async servlet timeout behaviour

2016-02-11 Thread Thomas Boniface
Hi, I'm using async servlet with a timeout configured to 300ms but I can observe in live environnement some big differences with the actual applied timeout 700ms or more for instance. I was wondering how are triggered onTimeout events to AsyncListeners, is there a limited number of thread handli