.net - AppFabric NHibernate provider does not forward requests to DB if Cache Cluster fails -


i've given assignment setup appfabric 2nd level caching using nhibernate appfabric cache provider (by simon taylor). i've setup , it's working. in failure scenario, if cache cluster or whole service stops working (assuming have 1 cache server) application requests don't forward database. when restart cluster, application works intented.

so, despite having 1 cache server isn't practically right, should make application use db in such failure cases?

any suggestions appreciated.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -