.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
Post a Comment