Pages

Tuesday, October 13, 2009

SharedCache - One More Memory Scale-Out Solution

Here is another solution for distributed memory: SharedCache. It is hosted on CodePlex and written in .Net. This is another option along ScaleOut, Velocity, memcached, etc.

Shared Cache is high performance distributed and replication
cache system build for .Net cache and enterprise application running in
server farms.

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
different servers. In case one of your servers get restarted, it will
receive all nodes automatically from its parent.

Shared Cache uses 100% managed code which is written .Net C#.

SharedCache.com - high-performance, distributed caching - Home


No comments: