PDA

View Full Version : What is the "flush data to disk" option for?


View Full Version : What is the "flush data to disk" option for?


mega-hurtz
September 23rd, 2005, 09:36 AM
i'm using ABC client... anybody know what that option does?

i assume it has something to do with avoiding the loss of data in the event of a crash. i set it to every 20 minutes.

ducttapeBigSexy
September 24th, 2005, 08:42 PM
It just takes all the data it has in it's buffer (the data in your RAM), and writes it to the hard disc. The reason it keeps data in the RAM is that it's much quicker to work with the data there then it is to work with it on your hard drive. However, by "flushing" it every now and then (when it empties out the buffer and writes it to disk), it ensures that in the event of a crash, you won't lose everything. In other words, it's a good thing :)

shawners
September 24th, 2005, 09:08 PM
You cant use anything until its on the hard drive.. Like if you click on a song, it may say 5-6megs are there.. but thats the space allocated for it.. once you see it complete.. flush to disk will get it off your abc client(Ram memory) so you can play it.. No matter what, you cant delete, rename anything still. til it shuts down anyways.

mega-hurtz
September 25th, 2005, 06:21 AM
ok thanks guys