开发者

Using separate appfabric servers for session state and data caching

开发者 https://www.devze.com 2023-02-22 17:12 出处:网络
We have a single appfabric server set up for data caching, and are considering moving to the app fabric provider for session state.

We have a single appfabric server set up for data caching, and are considering moving to the app fabric provider for session state.

We would like to continue to user the appfabric data cache as is with no redundancy, but add a cluster across our three web servers for managing session state.

I have created a clustered environment with a "Session" cache to run beside our single appfabric server which has a named "Data" cache. It seems like .Net is reading the first host entry as a master and assuming that the other listed hosts are part of the same cluster.

Is it possible to separa开发者_Go百科te out the two caches this way?

Thank You


The caches are always spread across the cluster, you cannot control it. You need to create 2 'clusters' if you want one cache doesn't share the space with the other. In the confguration wizard for appfabric cache, select 'new cluster' instead of 'join cluster'.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号