Кристофер (Kpuc) Posted December 11, 2011 Report Share Posted December 11, 2011 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. 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.