NCache provides Distributed Caching for Enterprise Library 2.0!

sarah

Member
Joined
Mar 15, 2006
Messages
10
Programming Experience
Beginner
AlachiSoft has released version 2.0.2 of NCache, a clustered object cache for .NET. NCache now integrates with Caching Application Block (CAB) of Enterprise Library 2.0 and transforms it into a distributed cache for .NET applications. Download a 60-day FREE Trial from http://www.alachisoft.com.
Enterprise Library 2.0 includes a simple caching scheme (called Caching Application Block or CAB) that is good for a single-server configuration. However, for .NET applications running in server farm environments, this single-server caching does not work. They need a distributed object cache that is aware of a multi-server environment and can keep the cache fresh on all servers. NCache provides exactly that for CAB.
Customers who download NCache will find a custom store provider for CAB along with its source code. There are also instructions on how to setup NCache to work seamlessly with CAB.
NCache also provides a graphical tool for configuring and monitoring clustered caches from a single computer. Performance monitoring is also built into this tool that let's customers immediately see how their application is performing and how each server in the server-farm is contributing toward this performance.
NCache also provides a rich set of clustering topologies to let customers meet their specific needs. This includes Replicated Cache, Partitioned Cache, and Client Cache topologies. Replicated Cache is intended for the most read-intensive applications and keeps copy of the entire cache on each node on the cluster. On the other hand, Partitioned Cache divides up the cache into n equal sized partitions and keeps each partition on each node in the cluster. Partitioned Cache is a little slower than Replicated Cache for small clusters but performs much faster for larger clusters and where reads are not as many as replicated configurations. Finally, Client Cache is intended to allow some of the nodes in the cluster to be either data-less of keep a very small cache on top of the cache.
NCache ensures that all the data in the cache is synchronized always throughout the cluster.
Visit our website at http://www.alachisoft.com
 
Back
Top