two cache clusters on one machine
-
02 Şubat 2012 Perşembe 01:10
purely for development environment purposes,
is there a way to have two app fabric clusters running on one server?
preferable this would not involve running a virtual machine.
- Düzenleyen AlexanderStr 02 Şubat 2012 Perşembe 01:39
Tüm Yanıtlar
-
02 Şubat 2012 Perşembe 03:44The same physical machine cannot be part of two Caching clusters. Can you elaborate on your scenario/requirements a little more? Thanks
Charu P [Microsoft] -
02 Şubat 2012 Perşembe 23:07
here is our scenario.
We are a small company, have just one dev server.
We have two builds - one is nightly, another one happens with-in seconds after check-in. Both share same cache cluster.
So essentially two slightly different code bases run on the same cache. This sometimes cases problems as objects might be different(versions).
-
06 Şubat 2012 Pazartesi 20:15Use two named caches in the same cache cluster
-
06 Şubat 2012 Pazartesi 21:25
I agree with Ben.
Not sure about your build infra and scripts, how difficult would it to be integrate the cache name into a build time variable ?