Distributed Caches Solution Kit
Ø Key Technologies:.Net Remoting
Ø Typical adoption scenario:
ü How to improve Performance via Distributed Caches in Distributed Systems via .Net Remoting(Refer Caching in the Distributed Environment )
ü Layered Cache Architecture,e.g Layer Cache with frequently updated & non-frequently updated Data。Local Cache stores non-frequently updated data;each 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