The "waiting time" as you call it is the time taken to upload the file
from the client to the server.
Actions start to execute after the whole request is sent to the
server... And the uploaded file is part of this request.

Simone

-------------------------
Simone Chiaretta
www.piyosailing.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-Upload performance issue
> 
> 
> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to