SharedCache thought no. 7: scope's and expectations
lets start to talk about expectations, do not assume and verify that it works exactly as expected. Take advantage of perfmon and the notify application to monitor the cache, what it contains and how it works.
Keep things in the right scope, which means do not use Cache functionality for session information. HTTP Session objects can be used for caching user- and / or session specific information but don't use them as a cache for global information - and the opposite.
------------------
Download your copy of SharedCache: http://www.sharedcache.com
SharedCache will soon release session provider, which will assist you to work with SharedCache and ASP.Net Sessions. Soon i will add some additional thought about how to provide optimistic transactional handling with SharedCache.
SharedCache is free and open source the only way you can see exactly what happens within your application.
* - RDBMS - relational database management system
** - DAO - Data Access Objects
Wednesday, January 02, 2008
architecture and distributed caching thoughts in combination with indeXus.Net SharedCache - Part 7
at 7:34 PM Posted by roni schuetz
Labels: .net, asp.net, C#, cache, Database, performance, SharedCache, SharedCache thought, sql
Subscribe to:
Post Comments (Atom)
Shared Cache - .Net Caching made easy
All information about Shared Cache is available here: http://www.sharedcache.com/. Its free and easy to use, we provide all sources at codeplex.
No comments:
Post a Comment