Mantis - Resin
Viewing Issue Advanced Details
2736 minor always 06-13-08 12:21 06-23-08 11:43
sam  
ferg  
urgent  
closed 3.0.26  
fixed  
none    
none 3.1.6  
0002736: IIS timeout values not working
(rep by T Fukuda)


The timeout for IIS is not working in Resin 3.0.26.
A fix is needed for 3.0.

I tried the following with 3.0.26:

------------------------
<cluster>
<client-read-timeout>1800s</client-read-timeout>
<srun server-id="APP:192.168.108.28:6802" host="192.168.108.28" port="6802" index="1">
<write-timeout>1810s</write-timeout>
</srun>
------------------------
                                                                                                     
I have two question.
Q1. The time-out does not happen.(= time-out value is infinity.)
Is this a correct specification in Resin 3.0.26?
                                                                                                     
Q2. In Resin3.0.26, can the time-out value be set?
                                                          

This problem was previously reported as fixed http://bugs.caucho.com/view.php?id=2264 [^]

Notes
(0003218)
ferg   
06-23-08 11:43   
This is verified fixed in 3.1.6. The configuration is <load-balance-socket-timeout> since IIS is acting as the load balancer.