AW: Struts File-Upload performance issue

2004-05-11 Thread Ralf Alt
ist Betreff: Re: Struts File-Upload performance issue Ralf, What is the speed of your connection? What is the speed of the client's connection? How fast is your server? What is the load on the server? You need to consider those questions before pinning the problem on the Struts file upload.

R: Struts File-Upload performance issue

2004-05-10 Thread Simone - Dev
ling.com/S Any sufficiently advanced technology is indistinguishable from magic "Life is short, play hard" > -Messaggio originale- > Da: Ralf Alt [mailto:[EMAIL PROTECTED] > Inviato: lunedì 10 maggio 2004 17.08 > A: [EMAIL PROTECTED] > Oggetto: Struts File-Upl

RE: Struts File-Upload performance issue

2004-05-10 Thread Kathy Zhou
/uploadbean.html For your info, Kathy -Original Message- From: Daniel Kalcevich [SMTP:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 1:25 PM To: Struts Users Mailing List Subject:RE: Struts File-Upload performance issue There is a package called edtFTPj that allows you to perform

RE: Struts File-Upload performance issue

2004-05-10 Thread Kathy Zhou
/uploadbean.html For your info, Kathy > -Original Message- > From: Daniel Kalcevich [SMTP:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 1:25 PM > To: Struts Users Mailing List > Subject: RE: Struts File-Upload performance issue > > There is a package called edtFT

RE: Struts File-Upload performance issue

2004-05-10 Thread Daniel Kalcevich
] Sent: Monday, May 10, 2004 10:14 AM To: 'Struts Users Mailing List' Subject: RE: Struts File-Upload performance issue Jacob, I agree with you. I do not think this is a struts issue. Java is not a good tool for large file uploading. We run into the similar issue before. We built a web

RE: Struts File-Upload performance issue

2004-05-10 Thread Kathy Zhou
like to know if anybody has further comments on it. Thanks, Kathy -Original Message- From: Hookom, Jacob [SMTP:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 12:18 PM To: 'Struts Users Mailing List' Subject: RE: Struts File-Upload performance issue Yeah, FTP is the

Re: Struts File-Upload performance issue

2004-05-10 Thread Richard Yee
Ralf, What is the speed of your connection? What is the speed of the client's connection? How fast is your server? What is the load on the server? You need to consider those questions before pinning the problem on the Struts file upload. Regards, Richard --- Ralf Alt <[EMAIL PROTECTED]> wrote: >

RE: Struts File-Upload performance issue

2004-05-10 Thread Hookom, Jacob
: Struts Users Mailing List Subject: Re: Struts File-Upload performance issue You need to store 1GB files in a database? Yea, so good luck with that ;) On Monday 10 May 2004 08:07 am, Ralf Alt wrote: > Hallo, > > I'm using the struts file upload with Struts Version 1.1. > > If

Re: Struts File-Upload performance issue

2004-05-10 Thread Mark Lowe
If its an upload what speeds do you get using ftp as a comparison ? Sure once its uploaded saving to the db may not be very long, slowest part is always going to be the network. On 10 May 2004, at 17:07, Ralf Alt wrote: Hallo, I'm using the struts file upload with Struts Version 1.1. If I try

Re: Struts File-Upload performance issue

2004-05-10 Thread Riyad Kalla
You need to store 1GB files in a database? Yea, so good luck with that ;) On Monday 10 May 2004 08:07 am, Ralf Alt wrote: > Hallo, > > I'm using the struts file upload with Struts Version 1.1. > > If I try to upload big files there is a performance problem. For a file of > 40Mb the upload needs ab

Struts File-Upload performance issue

2004-05-10 Thread Ralf Alt
Hallo, I'm using the struts file upload with Struts Version 1.1. If I try to upload big files there is a performance problem. For a file of 40Mb the upload needs about 20 minutes before the action is executed. I need the file upload for storing big files > 1Gb in the database. The storing in the