Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS problem with secure chunked transfer

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS 6.0 w/PHP pages loading slowly  
Author Message
ganor

External


Since: Sep 30, 2003
Posts: 1



(Msg. 1) Posted: Tue Sep 30, 2003 9:36 am
Post subject: IIS problem with secure chunked transfer
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi IIS gurus,

My Java applet sends large POST requests to an IIS 5.0 ISAPI extension
using chunked transfer. This works fine for secure servers (defined as
"Require SSL").

Alas, when I define the IIS virtual dir as "Require client
certificate". In this case, the applet sends the chunks but IIS
accumulates them in memory. inetinfo.exe memory keeps growing and
takes 98% CPU. Only when the last chunk arrives, IIS invokes the ISAPI
extension and lets it read the entire POST request (consisting of 50
chunks of 500KB each). Not only IIS takes huge memory, but the
transfer is extremely slow (2-3 minutes!).

Interestingly, I have the same client written in ActiveX. this client
does exactly the same chunked transfer as the Java applet (and to the
same server), but the transfer is very fast and there are no delays on
the IIS side.

Is there any cure? Is this a Java or IIS problem?
Any help would be greatly appreciated.

Sruli Ganor

 >> Stay informed about: IIS problem with secure chunked transfer 
Back to top
Login to vote
bbooth

External


Since: Oct 10, 2003
Posts: 68



(Msg. 2) Posted: Fri Oct 10, 2003 10:00 pm
Post subject: RE: IIS problem with secure chunked transfer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This sounds like a tough one to troubleshoot. I'd recommend getting a
network monitor trace to see how the packets differ. But obviously since it
is SSL you aren't going to get very useful data that way. Since you see
high CPU during this upload the easiest way I can think of to see what is
going on would be to get a memory dump on IIS during the issue. The problem
is most likely related to how the ISAPI filter is handling some subtle
difference in the packets.

Recommendation:
1. Do some Internet searches for IISSTATE
2. Download, install, and get this tool configured properly.
3. Run IISSTATE during your POST that has a problem.
4. Post the IISSTATE output here.

Thanks,
Brian

 >> Stay informed about: IIS problem with secure chunked transfer 
Back to top
Login to vote
newsgroup4

External


Since: Oct 12, 2003
Posts: 1



(Msg. 3) Posted: Sun Oct 12, 2003 6:41 am
Post subject: RE: IIS problem with secure chunked transfer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: IIS problem with secure chunked transfer 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]