Questions tagged [appfabric-cache]

AppFabric Cache is an in-memory distributed cache available on Azure or on Windows Server.

Microsoft Windows Server AppFabric, formerly codenamed “Velocity,” provides a distributed cache that you can integrate into both Web and desktop applications.

Some features :

  • Nuget Client package
  • Cache Notifications
  • Local cache
  • Concurrency Methods
  • Eviction & Expiration
  • High Availability
  • Encryption & Security features

More info

157 questions
1
vote
1 answer

Do I need AppFabric locally To test Azure Co-Located Caching in develpment

I am creating a web app which uses Co-Located Cache for Session management. In development, I am getting this error Cache referred to does not exist. Contact administrator or use the Cache administration tool to create a Cache But I don't know…
1
vote
1 answer

AppFabric 1.1 for session state cache on a .net 2.0 application

Is it possible to setup session state caching for a .net 2.0 application? I was able to get it work with a .net 4.0 app but not having any luck with 2.0. If i base the provider on the Microsoft.Web.DistributedCache it fails because its too new, if i…
jrich523
  • 598
  • 1
  • 5
  • 19
1
vote
1 answer

Share Session Between two .net 4.0 web applications (domain and subdomain) using Windows Server AppFabric session cache SECURELY

I have two applications, one on a primary domain and the other on another domain. One is a legacy site and the other is a new site. We are slowly converting the legacy site (4.0) using a mix of classic asp, .Net2 webforms, and MVC3 to the new site…
1
vote
0 answers

Switching between azure/on-prem specific assemblies at runtime or pre-build based on config

I have a wcf web service which could be deployed to azure or on-prem. I am trying to have a common code base for both scenarios but with different web.config for each sceanrio. The problem is that when the wcf service is deployed on azure it needs…
1
vote
1 answer

Appfabric Cache Perfmon Errors

We have a critical system that is highly dependent on Appfabric Caching. The setup we use is three nodes which serves around 2000 simultaneous connections and 150-200 requests/second. Configurations are the default ones. We receives maybe 5-10…
Erik Pettersson
  • 399
  • 1
  • 6
  • 14
1
vote
3 answers

Windows Server AppFabric 1.1 - Failed to read remote registry key from host

I have just installed and configured AppFabric cache cluster with one Host (the local machine). I use SQL as the Provider. When I launch the Caching Administration Windows PowerShell using Administrator privileges, I got the following…
Vel
  • 41
  • 1
  • 5
1
vote
1 answer

Is DataCache's Add method 'Timeout' property sliding in nature

I am implementing appfabric for distributed caching , needed to know is the timeout property provided in one of the overloads is sliding or not , i.e. it increases the timeout with every usage , and how to change setting from sliding to absolute if…
Tushar
  • 21
  • 4
1
vote
1 answer

AppFabric 1.1 How Many DataCacheServerEndpoint's Should Client Connect To?

The AppFabric 1.1 client documentation discusses assigning a list of DataCachServer endpoints to the DataCacheFactoryConfiguration. Most of the examples show the list consisting of a single or perhaps two different cache servers. If the cluster…
Geoffrey McGrath
  • 1,663
  • 1
  • 14
  • 35
1
vote
1 answer

How to use Notification based Invalidation in AppFabric

I will be using AppFabric caching for an application we are going to build. We will be maintaining two different caches using the technology. So there should be proper communication if something happens in one or the other cache. I have read about…
Ravi Sankar Rao
  • 1,050
  • 11
  • 26
1
vote
1 answer

Appfabric local cache notifications

I want to see if my understanding of Appfabric local cache invalidation is correct Assume I have notification based invalidation set up on my local cache The default polling interval is 5 minutes Which way does the polling occur? I believe the local…
David
  • 1,203
  • 6
  • 25
  • 48
1
vote
1 answer

AppFabric Caching Services Non .NET Clients?

The question is basically summarized in the title: are there any non .NET clients for AppFabric Caching? The question comes because I think AppFabric Caching services are great but currently we are working on a design that would integrate a series…
Hugo
  • 6,244
  • 8
  • 37
  • 43
1
vote
2 answers

AppFabric Caching and SQL Dependency

I am considering using AppFabric caching for my application but am unclear of how to get it to do what I want. I have 1 SQL cluster in 1 location. I have 200+ application servers around the globe. I want to put an AppFabric caching cluster in each…
Progger
  • 2,266
  • 4
  • 27
  • 51
1
vote
1 answer

Named Cache Vs Regions

I have a following requirement: 1) my cache framework should support Global cache and Application wise(based on country in which application is deployed) cache. 2) Global cache will contains the shared objects for all the applications 3) For the…
Pratik Mehta
  • 1,310
  • 4
  • 15
  • 37
1
vote
0 answers

appfabric caching failure exceptions=getandlock requests for session state

I'm using the session provider in an asp.net app with a 3 host appfabric cluster. The cluster is version 3 and is running on windows server 2008. My sessions cluster has secondaries set to 1 and min secondaries set to 0. When I look at the cache…
Middletone
  • 4,190
  • 12
  • 53
  • 74
1
vote
1 answer

Appfabric cache not refreshed - usage of sharedId

I have a web farm which contains 4 web servers hosting a web application(x), which is controlled by a Network load balancer, for distrubuted session maintenance i have used App fabric cache as my session provider. I use only one cache server with a…