FreeRapid Downloader is a special tool for downloading files from public share file archives like RapidShare.com, FileFactory.com or Uploaded.to and others.
FS#1214 - It hurts my HDD!
Attached to Project:
FreeRapid
Opened by king (yjph1) - Monday, 27 July 2009, 03:02 GMT+1
Last edited by Vity (Vity) - Saturday, 16 October 2010, 16:06 GMT+1
Opened by king (yjph1) - Monday, 27 July 2009, 03:02 GMT+1
Last edited by Vity (Vity) - Saturday, 16 October 2010, 16:06 GMT+1
|
Details
If you post bug info please do following: I have found that when it is downloading, it writes the data to HDD every second !
For I have a low download speed, It usually takes several hours to download a file. |
This task depends upon
FRD caches about 500kB. If your speed > then this value then data are written continuously.
Why not to cache more data? Because it would slow down other applications for a long time once the writing would started.
So why don't you make it an option in the preferences? It takes, what, a quarter of a second to write 10 MB? I personally don't care if my other applications get slowed down, I'm usually asleep when using FRD. Remember, if you're not sure that anyone'll need it, odds are that they will. Just add an 'Advanced' tab in the preferences for those of us who like to play with settings.
For advanced users there is option in internal properties - -DoutputFileBufferSize=sizeInBytes
eg. for 10MB:
-DoutputFileBufferSize=10485760
PS. Such big size is NOT recommended