View Single Post

Old 05-05-2003, 03:20 AM   #7
Seven7
Knight
 
Seven7's Avatar
 
Seven7 is offline
Location: Canada ...eh!
Now Playing: with myself.... j/k
Posts: 385
Default

I was abit curious about the 8mb cache myself so I went looking at TomsHardware.

Quote:
8 MB Cache - A Winning Tool

Some of you may wonder how this cache memory is used. Generally, it works like the cache memory of a CPU: it is a fast buffer, faster than the actual device (this is the drive logic, in case the processor or the memory interface becomes the bottleneck). The practical use of these caches is determined by complex algorithms.

The cache algorithm usually knows the requests that it has to process. If some access wants specific data, the drive logic may anticipate that more accesses will ask for this product. In order to avoid reading from the hard drive several times, the logic will put this data into the cache memory, so that the drive will be able to handle future requests immediately. Another smart move of cache algorithms would be to read some additional data that is usually requested afterwards.

Reading data from the cache memory is much faster than going the troublesome way through the physical hard drive. Here, the burst transfer rate is the limiting factor.

As you can imagine, the efficiency of such a cache memory highly depends on the algorithm that is used, as well as the cache size. The more data is cached, the better the chance for cache-hits, and performance will increase.
I think that helped abit.
__________________
  Reply With Quote