> One weird thing though, I tried ServletExec's built in upload
> servlet, I was able to get a 17mb large file uploaded in only 40
> sec's.

Much of the upload speed has to do with the server and how they
implement the upload stream.  Lots also has to do with the Java code
parsing the input.  I've seen dramatic differences between various
servers and parsers.  I think com.oreilly.servlet.MultipartRequest is
fairly fast.  Testing it (18 months ago) with JWS 1.1.x I was able to
upload 10Meg+ files in "someteen" seconds on a LAN if I recall
correctly.

-jh-

--
Jason Hunter
[EMAIL PROTECTED]
Book:    http://www.servlets.com/book
2.0 to 2.1: http://www.javaworld.com/jw-12-1998/jw-12-servletapi.html
2.1 to 2.2: http://www.javaworld.com/jw-10-1999/jw-10-servletapi.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to