DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43713>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43713

           Summary: Tomcat 6.0 + HTTPS + Oreilly MultiPartRequest file
                    upload slowly with IE6 browser
           Product: Tomcat 6
           Version: 6.0.14
          Platform: HP
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have a tomcat server on windows platform, using java servlet to upload file.
It has been working well until one or two months ago.
Now this Tomcat 6.0 + HTTPS + Oreilly MultiPartRequest uploads file slowly with
IE6 browser.

For testing, I create a 10M zip file and try to upload it on different browsers.

Tomcat 6.0.14 + HTTP:
IE6: ~5sec
IE7: ~3sec
FireFox: ~3sec

Tomcat 6.0.14 + HTTPS:
IE6: ~230ec
IE7: ~4sec
FireFox: ~4sec

Obviously, there is something wrong with Tomcat 6.0 + HTTPS + OReilly
MultiPartRequest servlet.
After some analysis, we find the server delays when responding to client.
The data snapshot pictures are put on
http://picasaweb.google.com/bearcatlilia/ServerProblem now.
Please take a look.

In IE6, the normal response (from server to client) only takes less than
0.000001 second, but the problem response takes 0.21875 second (and it happens
every four responses).
But in IE7 or firefox, maximum response time is about 0.01 second, and it
happens rarely (maybe because of network loading, I think it can be ignored).
All the problem responses have a win=64622, but the normal responses all have
win=65535.

My Tomcat SSL setting is listed below:
<Connector port="443"
SSLEnabled="true"  
protocol="org.apache.coyote.http11.Http11Protocol"
scheme="https"
secure="true"
clientAuth="false"
sslProtocol="TLS"
keystoreFile="*********************"
keystorePass="***********"
keystoreType="JKS"
maxThreads="150"
minSpareThreads="25"
maxSpareThreads="75"  
maxPostSize="0"
acceptCount="100"
enableLookups="false"
disableUploadTimeout="true" />

Do I make mistake in my SSL setting?
Should I do anything to make sure what's wrong with it? (I mean my
Tomcat6.0+HTTPS+Java Servlet+O'Reilly MultiPartRequest+IE6)

Thanks.

Sincerely yours,

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to