Welcome to TechNet Blogs Sign in | Join | Help

Distributed Caches Solution Kit

Ø  Key Technologies.Net Remoting

Ø  Typical adoption scenario:

ü  How to improve Performance via Distributed Caches in Distributed Systems via .Net RemotingRefer Caching in the Distributed Environment )

ü  Layered Cache Architecturee.g Layer Cache with frequently updated & non-frequently updated DataLocal Cache stores non-frequently updated dataeach App Server reads & writes frequently updated data from Center Cache directly for data consistency while reads non-frequently updated data from Local Cache.

ü  How to synchronize data change from Center Cache to every local caches via .Net Remoting (Updates to non-frequently updated data will update Center Cache first,then synchronize to Local Cache)

ü   Center Service implements Center Cache via .Net Remoting.

ü   Cache Service implements Local Cache via .Net remoting and populate Local Cache from Center Cache

For more detailed solution information such as Source Code & scenario interpretation/Screenshot(In Chinese) pls download from here

Published Monday, December 15, 2008 9:19 AM by yanwang

Comments

No Comments

Anonymous comments are disabled
 
Page view tracker