Jump to content

Hybrydowy dysk za darmochę ?


Recommended Posts

FancyCache Overview

FancyCache is a supplementary software caching scheme that cooperates with system memory to provide data caching for volumes/disks. It improves system performance by transparently storing data into memory such that future requests for that data can be served faster. FancyCache caches data on a logical block basis (offsets within a volume/disk) while windows cache manager caches on a virtual block basis (offsets within a file).

FancyCache can also utilize the OS Invisible Memory which is wasted on 32-bit Windows when 4GB memory or more is installed.

Principle

One of the FancyCache's core components is a storage class filter driver which resides in the storage stack, intercepting I/O requests for data on volume/disk. If requested data is contained in the cache, this request can be served by simply reading the cache, which is comparably faster. Otherwise the data has to be fetched from volume/disk. Hence, the more requests can be served from the cache the better the overall system performance is.

Dołączona grafika

Dołączona grafika

Stronka:

http://www.romexsoft...us/fancy-cache/

Jak dla mnie to zwykły pić na wodę, ale pomysł ambitny, przy spełnieniu pewnych warunków może i by wyszlo cos na miarę hybrydy za małe pieniądze.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.