Mantis - Resin
Viewing Issue Advanced Details
1007 minor always 03-22-06 09:32 03-29-06 15:20
ferg  
ferg  
normal  
closed  
fixed  
none    
none 3.0.19  
0001007: IIS large data sets
(rep by Warren Bailey)

We have Resin-3.0.17 on IIS 6.0 Win2003 server.
Experiencing sporadic problems when programs return larger data sets. Up to 10k seems quite stable, with 40k working 80% of the time, up to 1-2 meg almost always failing, but sometimes working.

With logging set to "all", Resin seems to send the full data set to IIS, but IIS doesn't seem to either receive it all, or send it all to the browser.

Are there outstanding issues with Resin ISAPI and IIS 6.0 on Win2003? We are not sure how to proceed or if others are experiencing this problem. There seemed to be similar posts last year but the resolution seemed to be buffer changes to Resin (refered to an older build of resin).


Notes
(0000959)
ferg   
03-29-06 15:20   
chunked encoding needed to be implemented in isapi_srun.dll. IIS does not handle the chunked encoding.