Mantis - Resin
Viewing Issue Advanced Details
4249 minor always 10-07-10 15:07 01-13-11 14:17
emil  
ferg  
normal  
closed 4.0.10  
fixed  
none    
none 4.0.15  
0004249: slow asynccontext timeout
(rep by baoqinye via forums)

We are testing the Servlet 3.0 implementation in Resin 4.0.10 (open source version) here. We use AsyncContext.setTimeout() to set the timeout to be 10 seconds. We then add an AsyncListener to catch the timeout notification. However, the timeout mechanism did not seem to work.

After investigating further, we found that Resin seemed to check timeout only once a minute. Because of that, it could take up to 1 minute + [timeout setting] to get the timeout notification depending on the time the request comes in.

Notes
(0004927)
ferg   
01-13-11 14:17   
server/0642