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).

learn more… | top users | synonyms (1)

1
vote
2answers
126 views

How to deploy custom DataCacheStoreProvider for write-through and read-behind on Azure

Is it possible to deploy custom DataCacheStoreProviders on Azure? I'm currently trying to deploy and test one locally, but I'm not sure how to go about this because the documentation doesn't cover my ...
2
votes
5answers
280 views

Detect and Delete Orphaned Queues, Topics, or Subscriptions on Azure Service Bus

If there are no longer any publishers or subscribers reading nor writing to a Queue, Topic, or Subscription, because of crashes or other abnormal terminations (instance restart, etc.), is that ...
1
vote
0answers
171 views

Windows Server Appfabric Caching Timeouts

We have an application that uses Windows Server AppFabric Caching. The cache is on the local machine, local cache is not enabled. Here is the configuration in code, none in .config. ...
0
votes
0answers
123 views

SQL Server timeout - Windows service

I have a remote SQL Server instance to which a windows service and an AppFabric Cache cluster (3 nodes) is connected. The windows service is installed on a different machine than from the AppFabric ...
0
votes
0answers
79 views

Appfabric stops working when I set Ec2SetComputerName to disabled

Appfabric is running on ec2 instance A, client is running on instances A and B. I can connect and use cache from both instances. If I set setting Ec2SetComputerName in C:\Program ...
4
votes
2answers
2k views

Troubleshooting AppFabric Scaling Issues (Intermittent ErrorCode<ERRCA0017>:SubStatus<ES0006> Errors)

We've implemented AppFabric Windows Server Cache for our web application. Initially, we were able to use the cache without any issues. We then increased traffic roughly 100 fold, and began ...
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 ...
0
votes
0answers
133 views

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 ...
0
votes
1answer
107 views

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 ...
1
vote
1answer
564 views

Who is faster? AppFabric Cache or Memcached?

We use the MS AppFabric Cache to store the central session. But we want to know how fast this store? Realties who used to do the virtual machine and Memcached on this machine? thanks a lot!
0
votes
1answer
116 views

Using a custom cache serializer with Windows Server App Fabric

It seems it is possible to use custom cache serializer with Azure AppFabric (Custom Serialization by Jagan Peri). Is there any possibility to use custom serializer with Windows Server AppFabric ...
2
votes
1answer
72 views

Is it feasible to use a distributed cache for queryable data sets?

My scenario is as follows. I have a data table with a million rows of tuples (say first name and last name), and a client that needs to retrieve a small subset of rows whose first name or last name ...
0
votes
1answer
53 views

Windows Server AppFabric and services with no .svc file

Is there a way to host a service in Windows Server AppFabric if I use the web.config method of listing the service (so that there is no .svc file)? On my first try, the AppFabric IIS Snap-in did not ...
1
vote
1answer
412 views

Windows Server AppFabric Monitoring for ASP.NET Web API Services

I have searched high and low for an answer to this question, so I'm now turning to this community for an answer to the following question: Is it at all possible to enable Windows Server AppFabric ...
0
votes
1answer
279 views

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 ...
0
votes
1answer
84 views

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, ...
0
votes
1answer
152 views

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 ...
1
vote
0answers
118 views

Powershell - setting AppFabric Persistence provider and Workflow Management service account

I am trying to set up AppFabric on a Windows 2008 R2 machine using powershell. I have been able to set up a database on a separate SQL machine and set the administrators, readers and users using the ...
1
vote
1answer
336 views

AppFabric Cache - Performance

I have developed a RESTful WCF service (WebHttpBinding), which is an AppFabric Cache client. I ran a performance test using jMeter. The test plan contained one operation in the service, which will be ...
0
votes
0answers
82 views

AppFabric SessionStoreProvider ERRCA0012

I have searched more and more, but can't found any solution. I have a page, must execute long time , maybe 5 minutes. When finished, it will be update session and throw some exception, then ERRCA0012 ...
0
votes
0answers
119 views

AppFabric service crashes

I have a system that makes use of Windows server AppFabric Cache. Sometimes, the cache service crashes, and the cache cluster goes down. I see the below error in the event viewer: AppFabric Caching ...
6
votes
2answers
740 views

InProc vs. AppFabric session state with single web server

I have an ASP.Net MVC application which makes significant use of session to save state (including large data collections). At present, it is hosted on a single web server. The session is set to the ...
0
votes
0answers
83 views

Trying to replace a windows service with AppFabric for supporting my web application

I am using the following walk through as a guide for setting up a long running process that I have currently in a web service, but would really like to migrate to inside of IIS using AppFabric: Death ...
0
votes
2answers
120 views

AppFabric DataCacheSessionStoreProvider : some feedback?

Has anyone some feedback on DataCacheSessionStoreProvider included in AppFabric ? (Performance, Best Practices, Design guidelines, ...) Thanks
0
votes
1answer
192 views

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 ...
0
votes
1answer
130 views

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 ...
0
votes
0answers
277 views

AppFabric Cache error: ErrorCode<ERRCA0017>:SubStatus<ES0001>:

I have a C#.NET windows console application which runs 24*7*365. It creates an AppFabric Cache Factory at its startup, and then checks for some objects in the cache in periodic intervals. However, I ...
0
votes
1answer
444 views

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", ...
0
votes
1answer
599 views

Memcached vs App Fabric

I am interested in using distributed cache in my application, my options are Memcached or App Fabric (no azure), and would like to know the difference in speed between cache providers to obtain and ...
0
votes
1answer
37 views

AppFabric after installing I can not see the cluster of chache 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 results: ...
0
votes
1answer
104 views

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." ...
0
votes
0answers
101 views

AppFabric Read-Through Provider development

What is the quickest/best way of getting the AppFabric server to "see" my newly compiled Read-Through provider assembly during development. This is my current workflow ... Modify my provider ...
0
votes
1answer
194 views

Appfabric Cache Miss Count

Whenever I run the command Get-CacheStatistics CacheName command, it always shows a miss count that is approximately 90% of the request count, however I see that I get the object succesfully retrieved ...
2
votes
2answers
363 views

Caching Entity Framework results in Azure AppFabric

I'm trying to figure out how to cache EF query results in an Azure AppFabric cache. Currently I'm using the LoreSoft EntityFramework extensions to deal with the caching (http://bit.ly/LWSywm). It ...
2
votes
1answer
451 views

How to configure WCF Service to AutoStart in AppFabric when the services reside in the website root

I'm trying to configure my WCF services under WIndows Server 2008 R2's IIS and AppFabric to auto-start, but the steps listed at MSDN (here: ...
0
votes
1answer
277 views

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 ...
3
votes
4answers
5k views

AppFabric installation failed because installer MSI returned with error code : 1603

When I reinstall the AppFabric 1.1, Why I'm getting this error "AppFabric installation failed because installer MSI returned with error code : 1603".? I did run it with administrative rights. Below ...
0
votes
1answer
183 views

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: ...
1
vote
1answer
124 views

AppFabric Cache Object GET times too long

I have installed Windows server AppFabric Cache in a development machine (Windows 7) to try it. I have created a simple aspx page which GETs a DataTabel (1000 rows integer and string) that I have ...
0
votes
1answer
80 views

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?
2
votes
1answer
914 views

Error on running a WCF workflow application after installation of AppFabric

I have installed Windows Server AppFabric and I can now not run even the most basic WCF Workflow Service Application. I have gone through the configuration and setup databases for the persistence ...
0
votes
1answer
110 views

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 ...
1
vote
1answer
595 views

MemoryCache object and load balancing

I'm writing a web application using ASP .NET MVC 3. I want to use the MemoryCache object but I'm worried about it causing issues with load balanced web servers. When I google for it looks like that ...
2
votes
1answer
115 views

How can the session state still be available when the AppFabric is crashed?

I'm using AppFabric as the session state provider for ASP.NET, and I'm thinking of a solution of HA. I find when the AppFabric is crashed, the entire web application will be affected. Can I have ...
0
votes
0answers
167 views

AppFabric cache refresh cost

We're using an AppFabric cluster, in which we among other things store sessions. These sessions have a default timeout of say 15 minutes, but if it is accessed (which happens every time a user loads a ...
2
votes
1answer
602 views

How to restart specific named cached in AppFabric

I have installed AppFabric on server and I want multiple instances to point to the cache. So I created named cache for each instance and pointed app to these caches. Now I want to clear cache of a ...
0
votes
1answer
70 views

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 ...
1
vote
1answer
217 views

IIS 7 , WebFarm and ARR module

I'm configuring my servers to work with WebFarm and the ARR module . I'm looking ofr implementing a functionality to use the ARR for versionning purposes on my system. Example : - I have N clients ...
0
votes
0answers
31 views

SVCless services and Windows Server App Fabric

Is it possible to somehow make appfabric aware of services registered with ServiceRoute in MVC app? Currently I can only see messages, but cannot see services and modify their configuration like ...
3
votes
1answer
243 views

is there anyway to tell the .net cache to use the app fabric server instead of local memory?

We managed to use the App Fabric Caching Server for storing our Outputcache, without changing our code, only with configuration. And it's working very well. Is there any way to do the same with the ...

1 2 3 4 5 11