Why use shared cache?
There is no more efficient way to increase the scalable performance of applications then the use caching to unload deeper layers.
>> Shared Cache>> Shared Cache Config>> Configuration Notify
Configure Notify Application
The notify application should help you to gather some information upon runtime without any efforts.
Simply add all your servers to the server section and it will calculate all you like to know.
<indexusNetSharedCache defaultProvider="IndexusSharedCacheProvider">
<servers>
<add key="SrvZh02" ipaddress="192.168.212.37" port="48888" />
<add key="SrvZh03" ipaddress="192.168.212.21" port="48888" />
</servers>
<providers>
<add
name="IndexusSharedCacheProvider"
type="MergeSystem.Indexus.WinServiceCommon.
Provider.Cache.IndexusSharedCacheProvider,
MergeSystem.Indexus.WinServiceCommon"
>
</add>
</providers>
</indexusNetSharedCache>
|