FreeRapid

FreeRapid Downloader is a special tool for downloading files from public share file archives like RapidShare.com, FileFactory.com or Uploaded.to and others.

How we check your bug reports...

| Tasklist |

FS#1214 - It hurts my HDD!

Attached to Project: FreeRapid
Opened by king (yjph1) - Monday, 27 July 2009, 03:02 GMT+2
Task Type Bug Report
Category Download Plugins
Status Unconfirmed
Assigned To No-one
Operating System All
Severity Critical
Priority Normal
Reported Version 0.82
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

If you post bug info please do following:
Your JDK Version is: (type java -version in your command line)
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing)

  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.
So that’s the problem, in only an hour my HDD have to be written 3600 times ! My HDD noise
become louder and louder !
I sincerely hope that your can use cache to avoid this phenomenon !

This task depends upon

Comment by Vity (Vity) - Monday, 27 July 2009, 06:03 GMT+2

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.

Comment by James (lx45803) - Monday, 09 November 2009, 22:15 GMT+2

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.

Comment by Vity (Vity) - Monday, 09 November 2009, 22:23 GMT+2

For advanced users there is option in internal properties - -DoutputFileBufferSize=sizeInBytes
eg. for 10MB:
-DoutputFileBufferSize=10485760

PS. Such big size is NOT recommended

Loading...