0
Answer

Article-Synchronize Distributed Object Cache with SQL Server 2005

Ask a question
s_sana

s_sana

17y
2k
1
Author: Iqbal M. Khan works for Alachisoft, a leading software company providing NCache, a clustered object cache for .NET, and TierDeveloper, an O/R Mapping code generator for .NET. You can reach him at [email protected] or visit Alachisoft at www.alachisoft.com.

 Synchronize Distributed Object Cache with SQL Server 2005:

NCache lets you cache data closer to your application in the middle-tier so you can reduce expensive trips to the database. This in turns significantly speeds up your application. It also makes it more scalable because the load on your database is reduced allowing it to handle a larger number of clients without any hardware upgrades.

However, when you cache data, you're actually creating a copy of it outside of your database. This introduces the risk that data in your database would be modified but your cached copy would remain unchanged and become stale. The good news is that this situation occurs only when you have multiple applications modifying the same data in the database and when not all of them are updating the cache.

Read more:

Download NCache 3.1