Mantis - Resin
Viewing Issue Advanced Details
4725 minor always 08-24-11 10:08 08-26-11 11:24
ferg  
ferg  
urgent  
closed 3.1.6  
fixed  
none    
none 4.0.22  
0004725: slow post limits
(rep by Santosh Rau)

We saw a lot of slow clients dribbling in requests that day. So even if we
use JNI libraries for the sockets, there is still a chance that we could
exhaust the 200 threads we had. Is there any way we can protect our
service from such clients other than keep increasing max threads? Would it
be possible to break a connection if the request duration has taken over a
preconfigured 'n' seconds? And finally, is it possible for you guys to add
this to the 3.1.6 code?

Notes
(0005469)
ferg   
08-26-11 11:24   
Added request-timeout to server configuration.