Mantis - Resin
Viewing Issue Advanced Details
1851 minor always 07-05-07 08:42 07-05-07 08:44
ferg  
ferg  
normal  
closed 3.0.23  
fixed  
none    
none 3.0.24  
0001851: isapi_srun timeout
(rep by Takahiro Fukuda)

[Relational bug]
- 0001490: Configurable timeout for mod_caucho poll call on Windows
  http://bugs.caucho.com/view.php?id=1490 [^]

[Reproduction procedure]
1. Copy attached file "loop_sample.war" to webapps.
2. Start Resin 3.0.23
3. Execute attached testcase "LoopServletTestWithCommonsHttpClient.java".
  Please do configuration hostName and portNo to following WebServers.
 - Resin Web Server
 - IIS
 - Apache
 * Timeout configuration of IIS and Apache is 6,000 seconds.

[Results]
- case1: Resin Web Server (We expect this result.)
    After 15 minutes from sending request,
    HTTP status code "200" is responsed.

- case2: isapi_srun.dll
    After 10 minutes from sending request,
    the connection is closed by Server.

- case3: mod_caucho.dll
    After 10 minutes from sending request,
    HTTP status code "503" is responsed.

There are difference results each WebServers.
   (isapi_srun.dll , mod_caucho.dll ,Resin Web Server)

[Questions]
1. There are difference results each WebServers.
   (isapi_srun.dll , mod_caucho.dll ,Resin Web Server)

   Is it caused by each WebServers or isapi_srun.dll, mod_caucho.dll ?

2. In case of isapi_srun.dll,
   Please tell me a method that a connection is not closed
   after 10 minutes from sending request.

3. Is the following bug fixed at Resin 3.0.23 ?
   0001490: Configurable timeout for mod_caucho poll call on Windows

   If fixed, please tell me what configration about timeout.
   If not fixed, please tell me what resin's version will fix it.

Notes
(0002100)
ferg   
07-05-07 08:44   
Timeout changed to 1H