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).
18
votes
1answer
3k 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 ...
18
votes
1answer
4k views
Is Redis just a cache
I have been reading some Redis docs and trying the tutorial a http://try.redis-db.com/. So far I can't see any difference between Redis and caching technologies, like Velocity, or the Enterprise ...
32
votes
3answers
9k 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 ...
26
votes
3answers
8k 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). ...
23
votes
5answers
4k 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 ...
15
votes
2answers
14k views
AppFabric caching examples using c# [closed]
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
856 views
AppFabric vs System.Runtime.Caching
TLDR version: For caching many small database tables that rarely change in my .NET4 WCF service. Which technology will be easiest to implement, easiest to maintain, and best to perform and why?
Long ...
9
votes
2answers
3k 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 ...
6
votes
3answers
845 views
SQLCacheDependency and AppFabric Server
I have a situation where I need to replace our current file based cache dependency system with a new one. What I am looking at is moving towards using AppFabric for caching. I was wondering if the ...
7
votes
1answer
810 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, ...
5
votes
1answer
4k 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 ...
3
votes
3answers
1k views
Should a Repository return IEnumerable<T> , IQueryable<T> or List<T>?
I'd like to make my application as flexible as possible, but not dig myself into a hole by making my Interface too specific.
What is the best object type for a repository? IEnumerable, ...
3
votes
1answer
2k views
AppFabric get named cache object count
I have a named cache and simply want to return (programmatically) its object count.
I have a DataCache object:
cache = factory.GetCache("cacheName");
I'm currently trying the following:
...
1
vote
1answer
153 views
AppFabric client Virtual Machine issue
we have AppFabric cache cluster server and I can work with it using my dev machine as client. In order to simulate different web servers accessing the cache cluster server, I created a VMWare Virtual ...
5
votes
4answers
3k 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 ...
24
votes
1answer
437 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 ...
6
votes
2answers
2k views
AppFabric Cache concurrency issue?
While stress testing prototype of our brand new primary system, I run into concurrent issue with AppFabric Cache. When concurrently calling many DataCache.Get() and Put() with same cacheKey, where I ...
5
votes
2answers
893 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:
...
2
votes
2answers
2k views
Where to store AppFabric DataCacheFactory in Asp.net?
AppFabric's DataCacheFactory takes long time to initialize so I am trying to create it once and re-use it in next requests.
Currently, the best idea I have is to store it in HttpContext but I also ...
5
votes
2answers
2k views
NHibernate 2nd 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 ...
5
votes
2answers
3k 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 ...
3
votes
2answers
862 views
Creating a High Availability AppFabric Cache Cluster
Is there anything aside from setting Secondaries=1 in the cluster configuration to enable HighAvailability, specifically on the cache client configuration?
Our configuration:
Cache Cluster (3 ...
3
votes
2answers
3k views
OAuth 2.0 Identity Providers in Windows Azure AppFabric Access Control Service (ACS)
OAuth 2.0 delegation is included within the Azure AppFabric Access Control Service:
http://blogs.objectsharp.com/cs/blogs/steve/archive/2011/04/11/windows-azure-access-control-services-v2-rtw.aspx
...
2
votes
4answers
3k views
Microsoft BizTalk Server vs Azure AppFabric Service Bus…?
We all know that BizTalk is an commercial product from Microsoft for ESB (Enterprise Service Bus).
What are other ready-made features which BizTalk supports over the AppFabric Service bus. Or in ...
0
votes
0answers
939 views
What cache server for .NET is th best?(CSql, Memcached, NCache, Shared Cache, AppFabric)? [duplicate]
Possible Duplicate:
Cache server for .NET(Example Memcached)
I am trying to choose cache server for my project that will be written on .NET. I found a list of servers:CSql, Memcached, ...
6
votes
2answers
3k views
Is it possible to adjust AppFabric Cache server to store larger objects?
I'm getting an error with the AppFabric Cache Server when I presume a larger object graph gets added to the cache.
ErrorCode :SubStatus:The connection was terminated, possibly due to server or ...
3
votes
3answers
1k views
Best Practices: Using Session in Windows Azure with multiple instances
Can anyone tell me that if I use Session(inside an ASP.NET MVC 3 application) in Windows Azure environment with multiple instances(means multiple virtual machines), then it work without any ...
2
votes
5answers
277 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 ...
2
votes
1answer
1k views
X.509 Chain Building Failed when connecting to the AppFabric
Writing a test application for my AppFabric-based library, I started getting a strange exception.
The X.509 certificate CN=servicebus.appfabriclabs.com chain building failed. The certificate that was ...
2
votes
1answer
942 views
AppFabric development on Windows XP?
Installed app fabric x64 on Windows Server 2008.
Copied Microsoft.ApplicationServer.Caching.Client.dll and Microsoft.ApplicationServer.Caching.Core.dll from %windir%\System32\AppFabric ref to Win XP ...
1
vote
3answers
2k views
AppFabric Caching - What are its serialization and deserialization requirements for an object?
Problem: When caching an instance of a class and immediately getting it back out of cache, i get the object back (its not null), but all of its properties / fields are null or defaults.
...
0
votes
0answers
321 views
When using Azure AppFabric Cache as a Session State Provider what causes a transaction
I have AppFabric Cache configured as the Session State Provider for an ASP.NET MVC application. Not all pages access session state (in fact only a few ajax requests do, the main pages commonly ...
7
votes
2answers
427 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? ...
5
votes
2answers
1k 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 ...
5
votes
3answers
382 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, ...
3
votes
0answers
569 views
Appfabric cache (velocity) with Entity Framework
Can anyone let me know how we can use Appfabric cache (velocity) with Entity Framework.
I have already seen the article written by "Jaroslaw Kowalski" but velocity code with EF has been removed from ...
2
votes
1answer
318 views
Using a mix of AppFabric local cache and server cache
I'm just starting out using AppFabric...
My application is in healthcare - we have about 15000 users of the system and they access patient information in bursts (e.g. think of a team of ...
2
votes
1answer
585 views
APPFabric Caching or SQL server - Specific scenario
I am having difficulties figuring out if APPFabric caching or SQL Server should be used in the context of our needs (considering the fact that we are currently using SQL server for most things).
We ...
1
vote
1answer
201 views
EventProvider ActivityId in a call context using AppFabric
I am using the EventProvider to write events that eventually get written to Appfabric. It generally follows the EventProvider implementation as specified here.
I am using this from with in a WCF ...
1
vote
2answers
537 views
Can I access Azure AppFabric Cache from development emulator?
I am getting below exception when I access Azure cache from my dev azure application.
ErrorCode:SubStatus:There is a temporary failure.
Please retry later. (One or more specified cache servers ...
1
vote
1answer
469 views
Estimating simultaneous Azure Appfabric Cache Connections
I'm doing some planning for crisis situations (last time we went from 4k visitors a day to 1.3M) and I notice that the lower end of the Azure AppFabric cache has some pretty low simultaneous ...
1
vote
2answers
408 views
Abandoned instances that will not continue execution (zombie instances)
I have a lot of WF instances hosted in IIS/WAS which are in a running (idle) state which will not do anything even though they don't have such a long delay or any active bookmark.
Tracking is enabled ...
0
votes
1answer
80 views
How to fake a directory listing in IIS? VirtualPathProvider works for file but
We're using AppFabric 1.1 & IIS 8.0 to run our xamlx based workflows. To make the static xamlx files go away we're used Ron Jacobs perfect sample code to store them in a database and serve the ...
0
votes
1answer
176 views
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 ...
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?
0
votes
1answer
609 views
AppFabric / WF 4.0 instances stuck despite no bookmark and pending timer
I already posted a question about this (Abandoned instances that will not continue execution (zombie instances)), but still haven't got an answer.
A difference I have noticed from the last question ...
0
votes
1answer
618 views
Configuring AppFabric with Remote Database
I have a WCF service running on server A in and SQL Server Database is running on Server B. Both are in same domain and I am trying to configure AppFabric.
For AS_Administrators and AS_Observers I ...
0
votes
1answer
407 views
Microsoft.ApplicationServer.Caching namespace will it support with out appfabric server caching?
Microsoft.ApplicationServer.Caching namespace will it support with out appfabric server caching?
