Hi there - I've a problem with file uploads:
- Users are uploading a lot of files using uploading files - Some users have a quite slow internet connection so uploading takes quite a white - I can see in FusionReactor that every upload eats one ColdFusion process waiting for the upload to be finished and thereafter continues with processing the data - We frequently run out of processes (set in CFAdmin) because e.g. 10 users are uploading files at a low rate. I don't want to set the request limit up to e.g. 50 because the handling of such amounts of "real" requests would knock down the server. Questions: - Is there a possibility to modify the apache config that the coldFusion process is created AFTER all POST data is available? - Any workarounds (I already thought about moving to php for file uploads ...) Best regards, -- Hansjoerg ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316317 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

