472,139 Members | 1,366 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,139 software developers and data experts.

NCache 3.1 provides cache synchronization with database

Alachisoft has released NCache 3.1, a high performance distributed object cache for for mission critical .NET and Java applications with real-time data access needs. Reduce expensive database trips by caching data close to your application. Use a distributed cache in a multi server environment from web, N-Tier, or distributed/grid applications.

NCache now provides full support for synchronizing your distributed cache with your database. NCache uses .NET events for synchronization with SQL Server 2005 and polling for SQL Server 2000, Oracle, Sybase, and all other databases accessible through OLEDB.

For SQL Server 2005, whenever data changes in the database, SQL Server fires a .NET event and NCache catches it and then either removes the corresponding item from the cache or reloads it from the database.

And, for other databases, NCache polls a specific table in the database where your modified triggers update information about data changes. Then, if any cached item has been changed in the database, NCache detects it through polling and either removes it from the cache or reloads it from the database.

Read more about NCache 3.1
http://www.alachisoft.com/rp.php?sou...che/index.html

Download NCache 3.1
http://www.alachisoft.com/rp.php?sou.../download.html
___
Newsgroups brought to you courtesy of www.dotnetjohn.com
Mar 2 '07 #1
0 1061

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Leon Mergen | last post: by
5 posts views Thread by eXseraph | last post: by
2 posts views Thread by David Young | last post: by
reply views Thread by steven | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.