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
2 answers

AppFabric Cache and Windows 7

Any recommendations for running an AppFabric Cache cluster on Windows 7 professional machines? I am planning to have 3 nodes, and setup High Availability. Please suggest. The below mentioned will be my client configuration:
Thomas
  • 1,970
  • 4
  • 28
  • 59
0
votes
2 answers

AppFabric DataCacheSessionStoreProvider : some feedback?

Has anyone some feedback on DataCacheSessionStoreProvider included in AppFabric ? (Performance, Best Practices, Design guidelines, ...) Thanks
Cybermaxs
  • 24,378
  • 8
  • 83
  • 112
0
votes
2 answers

AppFabric Cmdlet - cannot connect to local cluster

I've been trying to write a simple little Cmdlet to allow me to Set/Get/Remove cache items. The problem I have is that I cannot figure out how to connect to the local cache cluster. I've tried adding in the usual app.config stuff, but that doesn't…
Antony Scott
  • 21,690
  • 12
  • 62
  • 94
0
votes
1 answer

Does AppFabric Caching Support Persistance for WCF Durable Service?

We have Durable Service which is configured to use SqlPersistenceProvider. For each and every call to the WCF Durable service is taking around 3 to 4 seconds totally out of which, just 200 ms is actual processing time. rest of the timing are solely…
amaz
  • 445
  • 1
  • 5
  • 14
0
votes
1 answer

Missing reference setting up Web API with MVC3

I'm trying to follow these instructions for building with ASP.NET Web API and MVC 3, but am running into a problem around Step 4 tring to add this line: routes.Add(new ServiceRoute("api/contacts", new HttpServiceHostFactory(),…
acullen72
  • 817
  • 2
  • 9
  • 19
0
votes
1 answer

AppFabric after installing I can not see the cluster of cache because I do not see commands powershell

After installing AppFabric cache I can not see the cluster of cache because I do not see caching commands in Powershell. If I run the command Get-Help * cache * I get the following…
0
votes
1 answer

How to deal with data contention in AppFabric under the optimistic concurrency model?

According to this MSDN page, "Put supports optimistic concurrency by taking version information as an optional parameter; Put only succeeds if the object to be replaced is of the same version." What's a good solution for when the versions do differ?…
funeralfunk
  • 163
  • 10
0
votes
1 answer

Appfabric cache maxconnectionstoserver

I have a query about network connection throttling when using AppFabric cache. In terms of an ASP.NET WCF based application, how does the Windows AppFabricCache 'maxConnectionsToServer' setting interact with the System.Net 'maxconnection' setting?…
0
votes
1 answer

AppFabric Cluster

I am having an issue with AppFabric in a load balanced environment. For some reason when I start the AppFabric cluster, I don’t see anything listening on the ports (22233). Below is our config file:
user472292
  • 1,069
  • 2
  • 22
  • 37
0
votes
1 answer

How can I access the workflow ID in BeginOnSave / PersistenceIOParticipant?

I'm using PersistenceIOParticipant to write the workflow status to a custom db table. I need the workflow ID - any ideas how I can access it from within BeginOnSave?
JimmyP
  • 115
  • 12
0
votes
1 answer

AppFabric Error @ objCache.Get(key)

I am able to put/add 70MB of data to AppFabric successfully. But I am getting following error when I try to retrieve the same thru _cache.Get(key) method. Please let me know what's wrong. Let me know if its good this huge data Error…
Preetham
  • 1
  • 1
0
votes
1 answer

APPFabric client communication error?

I have configured 2 AppFabric instances and try to connect from a test client to the cache. At first, I had trouble establishing the cache using the DataCacheFactory, but after opening the 22233-22235 ports in the firewall I have managed to get the…
nirpi
  • 715
  • 1
  • 9
  • 24
0
votes
1 answer

Is there a way I can use OperationContextScope without messing up persist and unload on idle?

I have some workflow 4 services with OperationContextScope activity wrapped around the Receive/SendReplyToReceive pairs to get access to the OperationContext.Current object. The OperationContextScope activity is from the WF Security Pack CTP at…
jonsb
  • 2,016
  • 3
  • 21
  • 24
-1
votes
1 answer

Azure Service Fabric reset

I am using service fabric locally. If I stopped debug mode for a couple of mins or restart the computer and continued my work it redeploys the application again from scratch. How to make it only deploy the changed libraries (which I think it what it…
-1
votes
1 answer

AppFabric installation failed because installer MSI returned with error code : 1638 on Windows 2012

When I reinstall the AppFabric 1.1, Why I'm getting this error "AppFabric installation failed because installer MSI returned with error code : 1638".? on windows server 2012 ERROR_PRODUCT_VERSION 1638 Another version of this product is already…
kalimuthu
  • 5
  • 1
  • 5
1 2 3
45
46