Hello all,
I'm working with the new 3.0.27 release of Resin Professional with the 
ISAPI plugin on IIS 6.0/Win2K3.  We've been experiencing for some time 
an issue with timeout problems on long-running report pages. If I 
connect directly to Resin HTTP, my long-running page (time to return 
data > 20 min) completes properly. When connecting through IIS, I can 
see that on the Resin side everything completes normally, but data never 
comes back to the client.

IIS logs show something like this:
2009-01-30 17:10:07 W3SVC1 10.1.1.11 GET /app/Servlet 
parm=0&parm2=All&submit=Submit+Query 80 - 10.1.1.130 
Mozilla/5.0+(Windows;+U;+Windows+NT+5.1;+en-US;+rv:1.9.0.6)+Gecko/2009011913+Firefox/3.0.6+Ubiquity/0.1.5
 
200 0 64 0 2435093

Note that there's a value of 64 in the sc-win32-status position. This 
indicates that the connection is no longer available. The browser never 
gets any response from the server and will just spin indefinitely.

There have been several seemingly related fixes recently, including:
http://bugs.caucho.com/view.php?id=2264
http://bugs.caucho.com/view.php?id=2843
http://bugs.caucho.com/view.php?id=2040
http://bugs.caucho.com/view.php?id=1851

That said, my servlet does return inside of an hour, so it seems like it 
ought to work, and I'm not getting anywhere with trying to resolve this. 
  Does anybody have any tips for configuring the ISAPI filter and/or 
getting things set up either to allow the script to complete 
successfully or to error out properly?

Thanks,
Matt



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to