PrimoCache Desktop Edition 3.0.2

PrimoCache Desktop Edition 3.0.2

  • کاربرد : نرم افزار افزایش حافظه پنهان سیستم و بهبود عملکرد اجرای برنامه های سنگین
  • نسخه :Version 3.0.2
  • نوع فایل : نرم افزار
  • زبان : انگلیسی
  • سیستم عامل : Windows 32 & 64 Bit
  • تولید کننده : Romex Software
  • سال تولید : 2017

توضیحات

نرم افزاریست که با کمک آن می توانید از فلش مموری و هاردهای SSD به عنوان یک حافظه پنهان در کنار رم سیستم استفاده کنید و به این ترتیب سرعت و عملکرد اجرای برنامه های سنگین را در سیستم بالا ببرید، چون می توانند سریعتر و در زمان کوتاه تری به داده های مورد نیاز خود دسترسی پیدا کنند. در واقع اگر میزان حافظه رم سیستم شما پایین باشد و نرم افزاری برای اجرا نیاز به رم بالایی داشته باشد PrimoCache از حافظه یک فلش مموری یا هارد SSD کمک گرفته و حافظه اضافی مورد نیاز را فراهم می کند و سرعت و عملکرد سیستم را بالا می برد. عملکرد ذخیره سازی PrimoCache شامل دو سطح حافظه کش سطح 1 و حافظه کش سطح 2 می باشد. سطح 1 همان حافظه اولیه و سطح 2 یک حافظه ثانویه مانند فلش مموری می باشد. بدیهی است که حافظه کش سطح 1 خیلی سریعتر از حافظه کش سطح 2 اجرا می شود، با این حال این نرم افزار یک پیکربندی بین دو سطح ایجاد می کند. همانطور که می دانید محتویات حافظه پنهان سطح 1 در هنگام راه اندازی مجدد کامپیوتر از بین می رود ولی محتویات حافظه جانبی ثابت باقی می ماند بنابراین حافظه پنهان سطح 2 می تواند به اندازه قابل توجهی زمان بوت شدن و اجرای برنامه های کاربردی را در هنگام راه اندازی مجدد سیستم کاهش دهد.

قابلیت های کلیدی نرم افزار PrimoCache:
- پشتیبانی از انواع فلش مموری ها، هارد های SSD به عنوان حافظه پنهان
- معماری ذخیره سازی ۲ سطحی
- کنترل و مشاهده آمار میزان عملکرد
- پشتیبانی از دستور TRIM
- پشتیبانی از حافظه نهان سیستم عامل
- پشتیبانی از pre-fetch داده ها به داخل کش
- پشتیبانی از انواع استراتژی های کش: کش خواندن/نوشتن، کش فقط خواندنی، کش فقط نوشتنی
- پشتیبانی از خط فرمان
- و ...

Description

PrimoCache is a supplementary software caching scheme that cooperates with physical memory, solid-state drives (SSDs) and flash drives to provide data caching for local physical disks. It transparently stores disk data into fast cache devices such as physical memory, so that future read requests for those data will be served directly from the cache and be faster. Thus access time will be reduced, showing a great improvement in overall system performance.

What Can You Do With It?
- If you have 4GB or more memory, you can use a portion of the memory as cache to accelerate local disks, including mechanical disks, SSDs and flash drives, and iSCSI disks.
- If you have memory not seen by Windows, usually in 32-bit Windows, you can use this hidden memory as cache to accelerate local disks and iSCSI disks.
- If you have a SSD and a mechanical disk on your system, you are able to partition a portion or all of this SSD as cache to accelerate the mechanical disk.
- If you have a spare USB 3.0 flash drive, you can use it as cache to accelerate your mechanical disks.

PrimoCache In Detail
PrimoCache implements a two-level caching architecture consisting of level-1 cache and level-2 cache. Level-1 cache, also called primary cache, is composed of physical memory. Level-2 cache is a secondary cache which typically resides on a solid-state drive, a flash drive or other fast persistent storage device. Obviously level-1 cache runs much faster than level-2 cache, although it is usually much smaller. PrimoCache allows a single level cache configuration using either level-1 cache or level-2 cache, as well as a two-level cache configuration using both levels of cache.

Unlike level-1 cache which cannot keep cache contents on reboot, level-2 cache is able to retain its cache contents across computer reboots because of the persistent nature of storage devices. This avoids fetching often-accessed data again from slow disks each time computer boots up. Thus level-2 cache will remarkably reduce boot-up time and speed up applications for those computers which install mechanical hard disks.

PrimoCache also supports write-deferred caching mode, which executes write requests on the cache first and synchronizes data from the cache to the disk after custom delays. Therefore write requests can be responded and completed very fast, greatly improving the disk write performance.

In addition, PrimoCache implements the Unified Invisible Memory Management Interface (UIMMI), which can use Invisible Memory as level-1 cache. Invisible Memory, also known as Unmanaged Memory, usually exists on 32-bit desktop Windows where 4GB or more physical memory is installed. This feature helps to overcome the Windows limits on amount of system memory and fully utilize all installed physical memory.

PrimoCache fulfills an intelligent cache replacement algorithm which optimally determines cache blocks needed to be discarded to make room for new data when cache space is full. This cache algorithm combines two normal algorithms which are Least Frequently Used (LFU) and Least Recently Used (LRU), and provides a better cache hit ratio. It is self-tuning and requires no user-specified parameters.

PrimoCache allows multiple cache strategies and flexible configurations. It is implemented in Windows kernel level and is transparent to other applications. Therefore no application or system changes are required for this caching solution. With PrimoCache, you can easily setup caches for local disks and speed up your computers.

Principle
One of the PrimoCache's core components is a storage class filter driver which resides in the storage stack, intercepting I/O requests for data on 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 disk. Hence, the more requests can be served from the cache the better the overall system performance is.

Here are some key features of "PrimoCache Desktop Edition":
- Supports physical memory, solid-state drives and flash drives as cache storage
- Implements a two-level caching architecture
- Supports persistent level-2 caching
- Supports Write-Through and Write-Deferred caching modes
- Supports TRIM command
- Supports OS Invisible Memory
- Supports pre-fetching data into cache
- Implements an intelligent and self-tuning cache replacement algorithm
- Supports caching strategies: Read/Write Caching, Read-Only Caching and Write-Only Caching
- Supports performance statistics and monitor
- Supports caching for multiple volumes
- Supports caching for volumes with proprietary file system
- Supports caching for volumes on basic and dynamic disks
- Supports plug and play
- Supports command-line interface

More info (open/close)

برای اطلاع از طریقه نصب به فایل How to Install.txt رجوع شود.

اگر شما نسبت به این اثر یا عنوان محق هستید، لطفا از طریق "بخش تماس با ما" با ما تماس بگیرید و برای اطلاعات بیشتر، صفحه قوانین و مقررات را مطالعه نمایید.

دیدگاه کاربران


لطفا در این قسمت فقط نظر شخصی در مورد این عنوان را وارد نمایید و در صورتیکه مشکلی با دانلود یا استفاده از این فایل دارید در صفحه کاربری تیکت ثبت کنید.

بارگزاری