indeXus.Net Shared Cache is high performance distributed cache and clustered .Net cache for enterprise application running in server farms.
indeXus.Net Shared Cache provides distributed replicated cache to minimize the load factor. It consists the usage of two or more servers in a farm. It's replicated all data within the cluster. The big plus is simple, you have all your cache nodes on all differnet servers. In case one of your servers get restarted, it will receive all nodes automatically from its parent.
The most efficient way to increase the scalable performance of applications is using caching to unload deeper layers.
Here are some key features of "indeXus.Net Shared Cache":
· Fast and lightweight
· Fast - Extensive performance tests in the test suite keep SharedCache's performance consistent between releases
· Simple - Many users of SharedCache hardly know they are using it. The provider is very simple and easy to use, making it possible to get up and running in minutes.
Minimal dependencies - nlog is the only dependency:
· Scalable
· Provides Memory stores - the largest memory SharedCache installations use memory stores in the gigabyte range. SharedCache is tuned for these large sizes.
Scalable tuned - for concurrent load on multi-cpu servers:
· Complete
· Based on byte[] array
· Supports cache-wide or element based expiry policies
· SharedCache introduced the following cache eviction policies: CACHEITEMPRIORITY, LRU, LFU, TIMEBASED, SIZE, LLF, HYBRID. These round out the eviction policies.
· Distribution Caching
Replicated Caching:
· High Quality
· Fully documented - A core belief held by the project team is that a project needs good documentation to be useful.
· Conservative Commit policy - Maintain quality through a restricted change process, whereby changes are submitted, then reviewed by the maintainer and included, or modified.
· Responsiveness to serious bugs - The SharedCache team is serious about quality. If one user is having a problem, it probably means others are too, or will have. The SharedCache team use SharedCache themselves in production. Every effort will be made to provide fixes for serious production problems as soon as possible.
Requirements:
· NET Framework 2.0
What's New in This Release: [ read full changelog ]
fixed following workitems:
· RegExRemove exit to early
· memory leakage in caching service
· Unhardcode job_install batch files
· Server Expiry Check - return null instead of the object
· Request Extension of Expiration Date without Read
· MultiDelete not working?
· Cache Failing to Function Under Heavy Load
· Poll Data From Replicated Servers doesn’t work properly
· validate client replication section
· CHM File Not Usable (All Links Broken)
· Enterprise Library 4.0 ICacheManager support
· Rep / Dist - Server node key extension with online / offline flag
· release changes
· Important: The Service name changed from "indeXus.Net" to "SharedCache.com"
· adaption of logging pattern, makes it easier to open log files within office environment
· integrated disc output caching, not used so far but preparations are done for next release.
· changes done on winservice controller for easier handling
· protocol extension to receive clr version, sharedcache version and when an item will be expiered
· added snk f...