Uploading a large file ties my application
Uploading a large file ties my application
- Subject: Uploading a large file ties my application
- From: "Ricardo J. Parada" <email@hidden>
- Date: Thu, 13 Nov 2008 15:32:59 -0500
Just wondering what is the best practice for uploading a file without
tying up the application? Each row in the file is inserted to the
database. So lots of inserts.
I would imagine someone has done already and there is a best practice
for this. Ideally, while the upload is in progress it should not
block the application from processing other requests... and once the
file has the data, or as the file is being processed maybe with its
own EOF-stack (connection to the database), I would like to display a
status that shows progress.
Any ideas? :-)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden