Are there any alternatives to CFFile which don't buffer the incoming file bytes to memory, and don't run within one of your available CF threads?
I'm basically looking to upload 30-40 megs worth of, say 20 files at 1 time, and have them being written to disk incrementally as they arrive on the server to reduce memory overhead. Further, I'd like to know I'm not stealing a dedicated CF thread (since uploading will grab it for some time, I don't want to have several concurrent uploads temporarily reducing my available thread pool size for cf) Not likely to happen, but still curious (i obviously can keep an application-wide count of concurrent instances of this upload, so i can prevent more than X concurrent ones from occurring....) Running cfmx 6.1 over IIS Thanks and happy holidays. -Dov ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188747 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

