'Connection was reset' when 'posting' large amounts of data.
Hello!
Running ColdFusion 7, I have a form which allows 11 file uploads expected to be no more than 50mb each.
I have tried 11 x 46mb file uploads and after a couple of minutes Firefox comes back with 'The connection was reset'. It works ok for less data.
The server has been increased to allow 3gb, maximum post data size is 1000mb and I have added <cfsetting requestTimeOut ="99999"> on the 'processing page' that the form is submitted to.
Any other ideas?
I know the whole concept of uploading this amount of data through ColdFusion 7 is not ideal, but I don't seems to have another option.
Cheers, Dan
Apache looks ok, Technical Services say the server reports "java.lang.OutOfMemoryError"
Also narrowed it down with these tests, post data of
200MB - 1min 31 (fail)
150MB - 1min 55 (success)
