RE: Slow upload speeds

2001-02-22 Thread Randy Layman
- From: Dmitry Rogatkin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 11:16 PM To: [EMAIL PROTECTED] Subject: RE: Slow upload speeds I have feeling that it's a browser issue. Can somebody who knows browser upload mechanism confirm that? Dmitry R., [EMAIL PROTECTED] Chief Architect

RE: Slow upload speeds

2001-02-21 Thread Dmitry Rogatkin
To: [EMAIL PROTECTED] Subject: RE: Slow upload speeds We have the same low performance problem with Jason's library. The strange things is that when the browser and server are on the same machine (using 127.0.0.1) the CPU usage is still low while transferring large files. Our experience

RE: Slow upload speeds

2001-01-05 Thread Randy Layman
I've never dealt with this in Tomcat, but from other network apps: How are you using the ServletInputStream - are you calling int read(), which reads the stream a byte at a time, or are you calling int read(byte[])? My experience is that you want to use the second option,

RE: Slow upload speeds

2001-01-05 Thread Randy Layman
: Randy Layman [SMTP:[EMAIL PROTECTED]] Enviada em: Sexta-feira, 5 de Janeiro de 2001 10:32 Para: '[EMAIL PROTECTED]' Assunto:RE: Slow upload speeds I've never dealt with this in Tomcat, but from other network apps: How are you using

RE: Slow upload speeds

2001-01-05 Thread Andrus Adamchik
Hi, thanks a lot for the replies. I will take a look at the links to the new version of uploader code. From: Randy Layman [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: RE: Slow upload speeds Date: Fri, 5 Jan 2001 08:2