Tagged Questions
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).
37
votes
2answers
733 views
AppFabric doesn’t recover well from restart
Alright, I’ve successfully deployed AppFabric, and everything was working nicely until we started getting an intermittent exception on the website:
ErrorCode < ERRCA0017 >:SubStatus < ...
28
votes
3answers
6k views
MS Velocity vs Memcached for Windows?
I've been paying some attention to Microsoft's fairly recent promoting of Velocity as a distributed caching solution that would compete with the likes of Memcached.
I've been looking for a 64bit ...
20
votes
4answers
6k views
What exactly is the Windows AppFabric?
Microsoft released a beta of Windows Server AppFabric that "makes it easier to build, scale and manage Web and composite applications that run on IIS".
MS has also said that you can deploy AppFabric ...
17
votes
4answers
2k views
Caching Solutions
Has anyone done a thorough comparison of AppFabric and NCache or AppFabric and ScaleOut? We are currently looking to implement either AppFabric, NCache or ScaleOut for distributed caching in ...
14
votes
1answer
2k views
AppFabric: Could not contact the cache service
Update: I have now implemented this properly. For more information see my blog post about it.
I'm trying to use AppFabric with NHibernate as my second level cache provider but I'm getting the ...
13
votes
1answer
209 views
How to pass required claims to OpenID identity provider with Azure ACS?
When looking at the request urls that Azure ACS generates I can see that ACS includes email, fullname, firstname and lastname as required claims. Further, the fullname attribute is mapped to the ...
12
votes
3answers
990 views
What's the difference between Azure AppFabric and Windows Server AppFabric
Seems like there are two products with similar names, but isn't what I expect. I thought that Azure AppFabric was the "cloud" version of Windows Server AppFabric, but there doesn't seem to be much in ...
11
votes
2answers
3k views
AppFabric Caching - Proper use of DataCacheFactory and DataCache
I am looking for the most performant way to arrange usage of the datacache and datacache factory for AppFabric caching calls, for between 400 and 700 cache gets per page load (and barely any puts). ...
11
votes
3answers
642 views
Thoughts on running Windows Service type apps on ASP .NET 4 with StartMode=“AlwaysRunning”
Usually I would look at writing a Windows Service to manage tasks that aren't suited to being hosted in a web application. These types of tasks are usually long running processes or scheduled tasks. ...
7
votes
2answers
580 views
C# memory leak?
I am testing appfabric cache performance. To do this, from my local machine , I am hitting the cache host on the LAN. This cache host is running on Windows Server 2008 and except from the bare ...
7
votes
2answers
961 views
Starting AppFabric Cache Cluster automatically
Is there a way to start the cache cluster automatically on system startup? I'm running it on a remote PC and when it gets restarted I have to remote into it and restart the cache cluster from ...
5
votes
2answers
190 views
What are the limitations of the Azure Development Fabric?
I've been reading around and it seems that there are some differences between the dev fabric and a production windows azure cloud fabric but nowhere can I find a list of what is capable on the dev ...
5
votes
1answer
301 views
Azure ACS 2 Custom Domain
I'm trying to set up Authentication in an ASP.NET MVC App and if so using the Azure Access Control Service (ACS) (v2 May 2011 release). I've got this working with the default setup. However there is a ...
5
votes
2answers
575 views
AppFabric Redundancy
We just tested an AppFabric cluster of 2 servers where we removed the "lead" server. The second server timeouts on any request to it with the error:
...
5
votes
2answers
4k views
AppFabric caching examples using c#
I am currently researching the integration of AppFabirc caching into my .net c# application and looking for some code examples of such. Are there any open source or code samples available off ...
5
votes
1answer
2k views
ASP.Net AppFabric Cache missing Flush/Clear and Count/GetCount methods?
I am trying to convert a solution using EntLib into using AppFabric caching. By help of a few extension methods this is a fairly pain-free process.
Extension methods I use:
public static bool ...
5
votes
1answer
226 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 ...
5
votes
3answers
2k views
AppFabric ErrorCode<ERRCA0017><ES0006>:
I have installed AppFabric on the server. I have created a cluster of a single computer . I have also create a cache named "Gagan".
used the following commands in order
Use-CacheCluster -Provider ...
5
votes
1answer
1k views
Can AppFabric be the session state provider and use local cache?
I am using AppFabric as the session state provider in my ASP.Net MVC2 app, and I would like it to also use the local cache. I have the following entry in my web.config right after the configSections ...
5
votes
1answer
645 views
AppFabric Cache Cluster - Can't Start 2nd Host
I've been having issues getting an AppFabric Cluster running with 2 hosts. I've verified that it works with only 1 host (ie. cache item count increases as I navigate the web app), but when I try ...
5
votes
3answers
290 views
Any distributed cache systems that allows for tagging content?
I'd like to know if there is any distributed cache systems like memcached, velocity or sharedcache that allows me to tag content with more than just it's name, or that can relate items to eachother, ...
5
votes
4answers
2k views
How to design an ASP.NET MVC site for caching with Velocity?
I'm coming from the LAMP world, where the "cache everything" mentality is prevalent. Everything is put in memcache.
I'm starting a new project with ASP.NET MVC and SQL Server. I'll probably go with ...
5
votes
2answers
2k views
Using Microsoft Velocity with NHibernate?
Has anyone tried to use MS Velocity with NHibernate.
I've seen that NHibernate can use NCache as a distributed cache, but I am more interested in using MS Velocity instead.
Are you aware of Cache ...
4
votes
3answers
222 views
AppFabric Cache connection type and protocol
Does the AppFabric cache API (local, not Azure) use WCF as its communications mechanism? We are integrated AppFabric into a very high volume web application and seeing a ton of bottlenecks in some ...
4
votes
2answers
224 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 ...
4
votes
1answer
572 views
AppFabric for WCF services on Windows Server 2008 R2
we are currently on windows server 2008 R2, IIS 7.5 and we are going to open some of our data via WCF services.
To do that, we are planing to host our services on IIS but I heard that it is not a ...
4
votes
2answers
481 views
AppFabric caching's local cache isnt working for us… What are we doing wrong?
We are using appfabric as the 2ndlevel cache for an NHibernate asp.net application comprising a customer facing website and an admin website. They are both connected to the same cache so when admin ...
4
votes
2answers
661 views
AppFabric Cache 'Design' - Caching Individual Items or Collections?
We are in the process of scaling one of our web applications from a single server to a web farm. The application currently uses the Http runtime cache to cache the reference data for the ...
4
votes
1answer
288 views
Appropriate Values for AppFabric DataCacheFactory configuration settings?
In conversations with the AppFabric team at MS Support, I was told that the maximum tested data object size for insert to AppFabric caching was 5MB per insert.
Based on that base number, could ...
4
votes
1answer
397 views
AppFabric Caching - Can I specify serialization style used for all objects?
An object which implements some custom serialization can be serialized and deserialized to different formats, for example to Xml or byte[].
I have run into a problem where when I put to cache, ...
4
votes
1answer
991 views
NHibernate second level caching with AppFabric
Has anyone used AppFabric for their second level caching?
I know it's to follow the same api as for Velocity (nhibernate.caches.velocity) but wanted to know if anyone already had some production ...
4
votes
1answer
1k views
Question about how AppFabric's cache feature can be used
Question about how AppFabric's cache feature can be used.
I apologize for asking a question that I should be able to answer from the documentation, but I have read and read and searched and cannot ...
4
votes
2answers
897 views
Hosting WCF 3.5 on AppFabric
I am planning to host the WCF services for one of my project on App Fabric. When i installed App Fabric it asked me to install the .Net Framework 4.0. I Can able to configure the WCF services written ...
4
votes
2answers
308 views
Why 2 kinds of AppFabric?
I see that we now have both Windows Server AppFabric and Azure AppFabric. Is this just a namespace collision in the Microsoft marketing department or do these technologies share common interfaces? ...
4
votes
1answer
1k views
Powershell command for removing items from Appfabric cache
Are there powershell commands to:
Get a list of items in the cache
Remove a particular item
Remove all items
Change the value for a particular key
I haven't come across a nice blog or tutorial ...
4
votes
2answers
1k views
Memcached and Velocity
I'm investigating using either Memcached or Velocity for distributed caching over a cluster of servers after reading Scott Hanselman's answer to this question. Does anybody know of a Microsoft web ...
3
votes
1answer
60 views
Azure AppFabric vs. Server AppFabric - today
Via Google, I found another question on stackoverflow regarding the differences and similarities between Azure AppFabric and Windows Server AppFabric. It was mentioned that both versions of AppFabric ...
3
votes
1answer
103 views
Azure appfabric service bus load balancing + session affinity (sticky session)
I was searching through Internet, and what I've found is just it is not possible on Azure external/internal endpoint...
How does Windows Azure perform load balancing?
But what I am looking for is, ...
3
votes
2answers
89 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 ...
3
votes
1answer
143 views
Set amount of memory available to AppFabric Caching
How do I set the amount of memory available to the Windows Server AppFabric Caching service?
We're running the AppFabric Cache on the same server which is hosting the website, and I'd like to be ...
3
votes
2answers
313 views
Serializing Guid[] to binary quickly to store in C# AppFabric
I am trying to read and write arrays of Guids to an AppFabric cache. My profiler shows me it is serializing this to Xml which means things are going far too slow. A Guid[20000] takes 60 ms to add to ...
3
votes
2answers
538 views
Redirecting to a custom login page using Windows Identity Foundation
I am using Windows Identity Foundation with Azure's AppFabric Access Control Service in a MVC3 site. What I am trying to figure out is how to control where WIF redirects the user if I have an ...
3
votes
2answers
340 views
Security in Appfabric caching
We are designing a system with Appfabric caching. We are wondering about the security.
How does the server that has the cache item know that the request for the item is coming from another server in ...
3
votes
2answers
239 views
Appfabric caching and recycling of application pool
Where is the appfabric cache stored in memory?
We have a web site that uses appfabric cache.
Appfabric cache is set up with high availability, enterprise edition of windows 2008 and secondary cache.
...
3
votes
3answers
453 views
Is a cache helper class a candidate for the singleton pattern?
I recently downloaded some samples to use with AppFabric caching. I noticed in the sample they used a class with static methods instead of a singleton.
I was thinking of changing it to a singleton ...
3
votes
1answer
404 views
Power shell: Import-Module
I have been trying to us the app fabric caching on a win2008 standard server. When I execute the follwowing command I get:
Import-Module DistributedCacheAdministration
Import-Module : The specified ...
3
votes
1answer
389 views
ASP.Net 4.0 web farm caching
In ASP.Net 4.0 which is the best way of storing the cache object when we go with webfarm ,
1) Windows Server AppFabric
2) Separate State Machine / SQL Server
3) Thrid party caching mechanisms / ...
3
votes
1answer
597 views
Unable to reference WSDL of WCF web service hosted on AppFabric
I have developed a WCF service and, while in Visual Studio 2010, I can import the WSDL without a problem. After I've deployed it to AppFabric, I get the WSDL, but several schema files referenced ...
3
votes
1answer
917 views
AppFabric Cache seems unstable
We're trying to use AppFabric distributed cache. After a lot of back and forth with non-domain servers we finally put them in a domain and installation/setup was a bit easier. We got it up and running ...
3
votes
3answers
272 views
Difference between Velocity and AppFabric
I have a few questions that may be useful for others to get answered too.
Is Velocity stable? I can only find CTP3. When is it due for final release?
What is the difference between AppFabric and ...