Mantis - Resin
Viewing Issue Advanced Details
3749 minor always 11-05-09 16:20 02-18-10 13:37
ferg  
ferg  
urgent  
closed 3.1.9  
fixed  
none    
none 3.1.10  
0003749: load-balance-timeout ignored in ServerPool
(rep by Nobuaki Shinomiya)

I confirmed the operation of <load-balance-socket-timeout> with Resin3.1.9.
It seems to operate at the timeout period four times a set value.

<<<< Example >>>>
<load-balance-socket-timeout>1h</load-balance-socket-timeout>
Expect : 1 hour
Actual : 4 hours


Notes
(0004442)
ferg   
02-18-10 13:37   
Checked socket timeout and is getting sent properly to mod_caucho (the change also logs the current value.) The socket timeout was only getting applied to win32. Now it applies to any mod_caucho system.

The timeout iself is handled by the select call.