Questions tagged [appfabric]

AppFabric is Microsoft's brand for its cloud computing products. It is split into two divisions: Azure AppFabric (in the cloud) and Windows Server AppFabric (on-premise).

AppFabric is Microsoft's brand for its cloud computing products. It is split into two divisions: Azure AppFabric and Windows Server AppFabric.

Azure AppFabric
Azure AppFabric runs 'in the cloud' - it provides services that are accessed over the Internet, including a Service Bus and an Access Control service.

Windows Server AppFabric
Windows Server AppFabric runs 'on premise' i.e. inside an organisation's firewall as opposed to on the Internet. Windows Server AppFabric provides services for hosting and managing Workflow Foundation components, and also provides a memcached-like distributed cache. Microsoft support for Windows Server AppFabric ends 2nd April 2016. Microsoft's recommendation is for customers to move to Redis for Windows.

690 questions
0
votes
1 answer

Appfabric caching for database dependency

We believe the AppFabric caching is a good fit for the caching requirement. However, we also want to implement some sort of database dependency, i.e. the cache should sync with the backend database asynchronously. The read-through and write behind…
TOMMY WANG
  • 1,382
  • 3
  • 16
  • 39
0
votes
1 answer

AppFabric Cache - Is it reasonable to allocate two cache clusters?

My first impression of AppFabric Cache is that it's essentially a distributed hashtable in the same vein as memcached. The typical usage pattern of such a cache is that there is no guarantee that your data will be in the cache (old entries are…
redcalx
  • 8,177
  • 4
  • 56
  • 105
0
votes
1 answer

AppFabric crashes when used on specific IIS site

I'm setting up an AppFabric caching cluster on a small webfarm (5 web servers). The caching cluster is installed on the same servers that run the IIS, if that matters. I only use the AppFabric cache for my Model layer, meaning mostly business logic…
Steffen
  • 13,648
  • 7
  • 57
  • 67
0
votes
1 answer

Microsoft Velocity - best way to share cached data on single server

I have several WCF services and ASP.NET application both accessing data via shared service layer. Inside this layer I'm performing all required data access and caching. Now I need to share cached object between WCF ans ASP.NET. What's the best way…
Sergejus
  • 557
  • 2
  • 5
  • 15
0
votes
1 answer

Sometimes DataCache.GetObjectsInRegion() return an emply list while objects are present in the region

I'm using AppFabric caching in a WCF service hosted in WAS. I must do something wrong because sometimes GetObjectsInRegion() return an empty list while objetcs are indeed present in the region. Unfortunately, I'm not able to identify the context in…
anon
0
votes
2 answers

AppFabric Cache Dependency

Is there any way that I can put objects into the cache with a dependency? For example if I put ObjectB into the cache with a dependency on ObjectA so that when ObjectA expires or I remove it ObjectB will also automatically be removed? I know that I…
David
  • 1,203
  • 6
  • 25
  • 48
0
votes
1 answer

datacacheexception Cache referred to does not exist

I get the following error when I invoke the call factory.GetDefaultCache()... ErrorCode:SubStatus:Cache referred to does not exist. Contact administrator or use the Cache administration tool to create a Cache. Please help.. thanks.. Here is my…
dotnet-practitioner
  • 13,968
  • 36
  • 127
  • 200
0
votes
2 answers

How to set Windows Server AppFabric named cache size?

I'm currently evaluating Windows Server AppFabric as a distributed cache solution. If we implement AppFabric, we'd have something like 3 or 4 different web applications using it for caching. I've seen that AppFabric provides the ability to created…
chris.house.00
  • 3,273
  • 1
  • 27
  • 36
0
votes
1 answer

AppFabric Error ERRCA0017 SubStatus ES0006

Just installed Windows Server AppFabric 1.1 on my Windows 7 box and I'm trying to write some code in a console application against the cache client API as part of an evaluation of AppFabric. My app.config looks like the following: …
chris.house.00
  • 3,273
  • 1
  • 27
  • 36
0
votes
1 answer

AppFabric Resume command failure

In AppFabric we see some suspended workflows. When we try manually to resume them we get error: There was no endpoint listening at…
Daniel Dušek
  • 13,683
  • 5
  • 36
  • 51
0
votes
1 answer

AppFabric 1.1 for Windows server development with windows XP

I have installed and configured AppFabric 1.1 for Windows server on a 64 bit Windows Server 2008 R2. I want to use the caching features from my 32 bit Windows XP development machine. How do i go about installing the Cache client components onto my…
kudlur
  • 1,215
  • 3
  • 15
  • 23
0
votes
1 answer

Windows Server AppFabric Cache and Database synchronization

We are planning to use Windows Server AppFabric Caching for a healthcare application. We have a Patient master and other master data which we want to cache using AppFabric Cache. However we also have backend integrations setup with other…
Gaurav
  • 895
  • 3
  • 14
  • 31
0
votes
2 answers

AppFabric advantages over normal SqlWorkflowInstanceStore

I know that AppFabric gives possibility to efficiently track and store workflows. Anyway, for pure persistence, there is also the SqlWorkflowInstanceStore (which, I guess, is used by AppFabric). I would like to understand which are the advantages of…
fra
  • 3,488
  • 5
  • 38
  • 61
0
votes
1 answer

How to install AppFabric 1.1 for Windows Server on Windows 8 Release Preview?

How to install AppFabric 1.1 for Windows Server on Windows 8 Release Preview? When I try to install it in on Windows 8 Release Preview a get the message "WIndows Server AppFabric is not supported on current operating system Windows 8 Release…
outlookrperson
  • 2,761
  • 7
  • 32
  • 49
0
votes
1 answer

WCF Performance degradation and messages failing

We are currently in the process of setting up servers for our Production move. In our current setup, we have kept the Web and the App servers on separate boxes. But, in one of our load test scenario, a performance test with concurrent users did not…
satish
  • 2,425
  • 3
  • 23
  • 40
1 2 3
45
46