Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 93569 invoked from network); 10 May 2004 17:17:40 -0000 Received: from unknown (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 May 2004 17:17:40 -0000 Received: (qmail 70010 invoked by uid 500); 10 May 2004 17:17:46 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 69977 invoked by uid 500); 10 May 2004 17:17:46 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 69962 invoked by uid 98); 10 May 2004 17:17:46 -0000 Received: from kzhou@cmdservices.com by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(65.82.27.150):. Processed in 0.238647 secs); 10 May 2004 17:17:46 -0000 X-Qmail-Scanner-Mail-From: kzhou@cmdservices.com via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(65.82.27.150):. Processed in 0.238647 secs) Received: from unknown (HELO mailhub.cmdservices.com) (65.82.27.150) by hermes.apache.org with SMTP; 10 May 2004 17:17:46 -0000 Received: from is-10 (kzhou.cmdservices.com [128.1.5.65]) by mailhub.cmdservices.com (8.12.8p1/8.12.8) with SMTP id i4AHGMpK070360 for ; Mon, 10 May 2004 13:16:22 -0400 (EDT) Received: by localhost with Microsoft MAPI; Mon, 10 May 2004 13:11:22 -0400 Message-ID: <9A02A13E0ABF5142AFB76C347793661401214F90@exchange.cmdservices.com> From: Kathy Zhou To: "'Struts Users Mailing List'" Subject: RE: Struts File-Upload performance issue Date: Mon, 10 May 2004 13:13:54 -0400 Organization: CMD Services, Ltd. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 Encoding: 64 TEXT X-Scanned-By: MIMEDefang 2.39 X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 interface (Java app) to let users upload files through our web sites. The function performance decreased with the growth of file sizes. FTP would be the final solution for a large file uploading. The hardest thing using FTP is that you need a FTP client tool and it should be integrated with your web app smoothly so that users would not leave the site to upload their files and be back to the site after that. I would like to know if anybody has further comments on it. Thanks, Kathy -----Original Message----- From: Hookom, Jacob [SMTP:Jacob.Hookom@redline.mckhboc.com] Sent: Monday, May 10, 2004 12:18 PM To: 'Struts Users Mailing List' Subject: RE: Struts File-Upload performance issue Yeah, FTP is the way to go here... anyone that would have to deal with 1GB files would have to be intelligent enough to run an FTP client vs. needing to develop a web interface for them. -----Original Message----- From: Riyad Kalla [mailto:rsk@email.arizona.edu] Sent: Monday, May 10, 2004 11:12 AM To: 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 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 database is very fast, but the "waiting time" is the time > between sending request and entering the Struts action. > > What can I do? > > Thanks > Ralf > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org