Upload speed and time out issues...Upload speed and time out issues...Is there anything you can tell us to check on - either in the script side or at the server side - that would affect upload speed/time. We have this installed on a set of IIS servers/.NET/asp, they are brand new speedy machines in a data center with terabyte level throughput. We are using HTTP implementation. Regular FTP transfer speeds are 500 kbps and up, but we're seeing 70-80 kbps via the java tool.
Re: Upload speed and time out issues...Could you check the the upload speed if you use a simple HTML upload form ?
Also, if you download one large file (over HTTP) from your web site, then what is the download speed ? Re: Upload speed and time out issues...Downloading - 918 MB file - 1.8 - 2.2 MBp/sec - took 8 mins.
Uploading - 15 MB file via regular http - timed out after 2.5 mins. Re: Upload speed and time out issues...You can try to increase JFileUpload buffer size to 8192 bytes (instead of 4096 which is the default one) with: <PARAM NAME="buffersize" VALUE="8192">
If upload speed is the same then the limitation might come from another reason (web server parameter, hosting service policy ...). Re: Upload speed and time out issues...You need release 2.4 to use "buffersize" parameter for HTTP.
|