0
votes
0answers
200 views

AppFabric Caching - Read-Through/Write-Behind strategy

In our new project, we want AppFabric Caching to become a key component. As a general guideline, we will have a write model/domain and a read model/domain : Backend services are notified by ...
3
votes
1answer
339 views

AppFabric Cache Server replication

After some googling around I have found not a lot on the question I am about to ask. Is it possible to have the AppFabric replicate the cache across different servers? (Like shared cache says it ...
3
votes
2answers
144 views

How to make my appDomain live longer?

Here is the situation that we're in. We are distributing our assemblies (purely DLL) to our clients (we don't have control over their environment). They call us by passing a list of item's id and ...
4
votes
2answers
519 views

AppFabric Cahing for large scale web sites

Our web application is deployed in a web farm (more than 20 servers). The site has a huge traffic (millions of page views per day). In the first release, this application is using EntLib's ...
1
vote
2answers
712 views

How does appfabric caching failover work?

We are looking to use Windows AppFabric caching in a high availability scenario. We would like to place the caching on the web servers, but the web servers do not have access to a database. ...
5
votes
1answer
247 views

Design of “I am alive” service

I am currently designing a system where we need to know if the user is still online/logged in. The system is a .Net web based, so we intend to do this using AJAX/JSONP code, which pings the server ...
1
vote
2answers
860 views

coherence/memcache/AppFabric for pub/sub

Looking for advice/pro's/con's on using the memory cache servers for pub/sub esp wrt a high-throughput system ( 1000's of updates/sec ) Coherence seems to have pub/sub as a use-case, not sure about ...
1
vote
1answer
121 views

“conveyor belt” cache architecture

I'm producing an application with a few peculiar internal communication characteristics that make the usual suspects for data storage and transport (Qs and RDBMSs) ill-fitted. I'm wondering whether ...