Mantis - Resin
Viewing Issue Advanced Details
2264 minor always 12-18-07 12:17 01-07-08 13:00
sam  
ferg  
urgent  
closed 3.0.25  
fixed  
none    
none 3.0.26  
0002264: isapi_srun timeout and 503 issues
(rep by T Fukuda)

I am having urgent troubles on 3.0.25. These problems have been marked
fixed, but they are still occurring for me. It is necessary for them to be fixed in the 3.0 branch.

(1)
I can't set timeout value to more than one hour.
  <cluster>
    <client-read-timeout>8000s</client-read-timeout>
    <srun server-id="APP:192.168.108.28:6802" host="192.168.108.28" port="6802" index="1"/>
  </cluster>

(2)

IIS is not getting a 503 when a conneciton times out.

    <cluster>
       <client-read-timeout>1800s</client-read-timeout>
       <srun ... >
         <write-timeout>1810s</write-timeout>
       </srun>

<< Case of using IIS ... NG >>>
The time-out was occurred 1800 seconds later.
But, the server DID NOT return 503. (disconnected by the server)

<<< Case of using Apache ... OK >>>
The time-out was occurred 1800 seconds later.
And the server returned 503.


There are no notes attached to this issue.