You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Cunningham Emmett <ea...@yahoo.com> on 2002/07/09 19:16:00 UTC

Slow upload speeds

This is my first post to this group and I hope that it
makes sense. 

Using either Tomcat 3.2.1 or 3.2.4 and JDK 1.3.1_01
and my own or 
Jason Hunters Upload servlet there is a performance
problem when  
going from an IE client to a Solaris server. 

Versions Used:
	JDK 1.3.1_03
	IE 5.5
	NS 4.7
	Win2K SP2
	Solaris 8 patch level 108528-14
	Tomcat 3.2.1 and 3.2.4
	Jason Hunter Upload Servlet (release Jun 12,02)

Other combinations are fine.
IE -> Win2K server is 1MB/sec
NS -> Win2K server is 1.5 MB/sec
NS -> Solaris server is 3.5 MB/sec
IE -> Solaris server is  77 KB/sec

POST headers look like:
     Netscape
POST /DocUpload?name=foo HTTP/1.0
Referer: http://localhost/upload
Connection: Keep-Alive
User-Agent: Mozilla/4.7 [en] (WinNT; U)
Host: a.b.com
Accept: image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, image/png, */*
Accept-Encoding: gzip
Accept-Language: en
Accept-Charset: iso-8859-1,*,utf-8
Authorization: Basic cmVkOnJlZA==
Content-type: multipart/form-data;
boundary=---------------------------234141407216749
Content-Length: 47042639


     InternetExplorer
POST /DocUpload?name=foo HTTP/1.1
Referer: http://localhost/upload
Connection: Keep-Alive
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows
NT 5.0; T312461)
Host: a.b.com
Accept: image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-powerpoint,
application/vnd.ms-excel, application/msword, */*
Accept-Encoding: gzip, deflate
Accept-Language: en-us
Authorization: Basic cmVkOnJlZA==
Content-Type: multipart/form-data;
boundary=---------------------------7d22d31e1d0288
Content-Length: 47042630
Cache-Control: no-cache



Can somebody please explain this?


__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>