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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to