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

Why does DataCache client behave this way?

I have a cache instance running on Windows Azure. I'm connecting to it from my web application and getting intermittent exceptions with the following message: ErrorCode:SubStatus:There is a temporary failure. Please retry later. (One or more…
Jason Dufair
  • 671
  • 8
  • 15
1
vote
2 answers

Redis vs Appfabric Cache , Or another solution

I am planning use cache mechanism for meta data of realtime datas. I will use in 2 or more different application. Get performance very important for me instead of set performance. I'm undecided which technology should I use, Redis on Windows or…
Ersin Tarhan
  • 321
  • 3
  • 11
1
vote
1 answer

AppFabric cache configuration and hosts

The MSDN Documentation is unfortunately not clear. I want to know that, if I have say 3 servers in a cache cluster: CacheServer1 CacheServer2 CacheServer3 Then why do I need to specify each of these servers in my applications' web.config or…
Ahmed ilyas
  • 5,722
  • 8
  • 44
  • 72
1
vote
1 answer

Azure in-role co-located caching: There is a temporary failure

I have been battling to get in-role, co-located caching (not dedicated) working in Azure. In my MVC WebApi 2 project's web.config:
Dave New
  • 38,496
  • 59
  • 215
  • 394
1
vote
0 answers

What popular websites that are using Microsoft AppFabric?

Our e-commerce web application was built on Microsoft technologies (asp.net mvc 4 & ms sql server) and it uses asp.net caching mechanism to store objects in memory. The issue with this is when the webApp restarts, say we deployed a DLL, it…
peng
  • 23
  • 1
  • 6
1
vote
1 answer

AppFabric Server Caching Service Configuration Store Error

I have installed AppFabric in my Windows 8.1 Pro machine and I'm facing problems while configuring it. I am getting the below error when I clicked on "Configure" button inside "Caching Service" section of "AppFabric Server Configuration Wizard". I…
Ashok kumar
  • 1,593
  • 4
  • 33
  • 68
1
vote
1 answer

APPFabricServices Crashing

AppFabricCaching services are crashing with the below msg logged: AppFabric Caching service crashed.{Microsoft.ApplicationServer.Caching.ConfigStoreException: A transport-level error has occurred when receiving results from the server. (provider:…
user34707
  • 11
  • 1
1
vote
1 answer

AppFabric - putting fine, getting times out?

After painfully trying to get my virtual environment up and running with Appfabric Caching (1.1), I am able to run 2 nodes into 1 cache cluster. Both show system up which is good. Before, it was not and was a pain. So I am now creating a demo…
Ahmed ilyas
  • 5,722
  • 8
  • 44
  • 72
1
vote
1 answer

App Fabric Visual Studio 2013 Issue

I've upgraded my solution to work with VS2013. All builds fine. However it seems to an issue with initialising AppFabric and it appears to be hanging on the line: new DataCacheFactory(); The exact same code is working fine in VS2010 so it's…
dhardy
  • 43
  • 3
  • 7
1
vote
1 answer

Error Setting-up AppFabric Cache Server 1.1 on Local Computer

I’m trying to setup Windows Server AppFabric Cache on my local computer. Eventually I get to the point of connecting my C# .NET application to the distributed cache and I get an error. To confirm that the cache is up and running and configured…
Mike Barlow - BarDev
  • 11,087
  • 17
  • 62
  • 83
1
vote
2 answers

appfabric caching instead of querying sql server

I have a table in sql server which I will query many times from the .net MVC code and I want to implement appfabric cache instead of sql server query(only for this query). How do I implement this? If the query is like- select address from people…
Nithin
  • 33
  • 8
1
vote
2 answers

AppFabric Cache memory very intensive

The question(s): Am I doing something wrong? Incorrect config setting? Is the amount of memory usage by AppFabric shown below normal? The problem: I am reading the data from a SQL database table into AppFabric cache memory. It seems like AppFabric…
BossRoss
  • 869
  • 2
  • 11
  • 31
1
vote
1 answer

Could I use Microsoft AppFabric Caching for communication between PHP and ASP.NET

We have the following setup: -Windows 2008 R2 Standard. -ASP.NET Web Application deployed on Microsoft IIS 7.5 Web Server. -PHP Version 5.4.21 Non Threaded 32-bit version -WISP (Windows, IIS, SQL Server/Express, and PHP) stack and an ASP.NET web…
crazyTech
  • 1,379
  • 3
  • 32
  • 67
1
vote
1 answer

Where is the Increment method on the DataCache?

I want to use the Increment method from the DataCache documentation but the method is not available on my DataCache object. Clearly I don't have the version of Microsoft.ApplicationServer.Caching.Client.dll that matches the documentation but I can't…
Jim
  • 4,910
  • 4
  • 32
  • 50
1
vote
0 answers

Implementing App Fabric for a SharePoint 2013 Application

I am looking to replace Enterprise Lib. Cache with App Fabric distributed cache engine. I am going to be honest - I have no idea where to start. I know that SharePoint 2013 is already utilizing App Fabric so I my first concern is of configuration…
dexter
  • 7,063
  • 9
  • 54
  • 71