Questions tagged [appfabric]

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

AppFabric is Microsoft's brand for its cloud computing products. It is split into two divisions: Azure AppFabric and Windows Server AppFabric.

Azure AppFabric
Azure AppFabric runs 'in the cloud' - it provides services that are accessed over the Internet, including a Service Bus and an Access Control service.

Windows Server AppFabric
Windows Server AppFabric runs 'on premise' i.e. inside an organisation's firewall as opposed to on the Internet. Windows Server AppFabric provides services for hosting and managing Workflow Foundation components, and also provides a memcached-like distributed cache. Microsoft support for Windows Server AppFabric ends 2nd April 2016. Microsoft's recommendation is for customers to move to Redis for Windows.

690 questions
0
votes
1 answer

Atomic Update in MS Velocity

Does Velocity support server-side atomic updates ? I'm trying to see if i can port some code (based on memcached) which implemented a ring buffer based on memcache's INCR operation.
JBland
  • 1,263
  • 10
  • 13
0
votes
1 answer

Minimal size taken by a small object in AppCache

Get-CacheStatistics command shows that any small object (even 1 Integer) takes at least 1024 bytes in cache memory. Is it correct and is there any way to adjust AppCache to handle memory more efficient for small objects?
0
votes
1 answer

IIS AppFabric vs classic Windows Services

We have an Enterprise CMS with a lot of services all of different kinds, some of them are windows services. I know about the IIS AppFabric extensions and the idea of having all the services running in a single box looks very exciting. To name a few…
Arman
  • 5,136
  • 3
  • 34
  • 36
0
votes
1 answer

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 xamlx content trough a…
Chris Richner
  • 2,863
  • 2
  • 26
  • 38
0
votes
1 answer

AppFabric configuration issue with dataCacheClient vs dataCacheClients

I'm trying to get AppFabric working in my Asp.net application, everything works fine if I use c# code to do the configuration. But I'm having a real hard time to get it to work from web.config. If I have the following in the web.config,
Ray
  • 12,101
  • 27
  • 95
  • 137
0
votes
1 answer

AppFabric rebuild cache without affecting application performance

I'm researching the use of out of process caching in my ASP.NET web application. I'm looking for functionality that allows me to rebuild the cache from scratch without having the end user wait for it to rebuild. My application can take up to 2…
Peter
  • 309
  • 1
  • 10
0
votes
1 answer

AppFabric and CachingPolicy/ChangeMonitors

We're investigating moving to a distributed cache using Windows AppFabric. Our ASP.NET 4.0 application currently has a cache implementation that uses MemoryCache. One key feature is that when items are added to the cache, a CacheItemPolicy is…
Neil
  • 2,688
  • 1
  • 23
  • 32
0
votes
0 answers

AppFrabric Cache is cleared but acting like its not

So, I have an interesting problem. We are using AppFabric and caching a bunch of data off to it. Have some aspects that will store into cache and a method to clear the cache of specific keys when called. However I'm experiencing a weird issue where…
danatcofo
  • 703
  • 8
  • 18
0
votes
1 answer

How to keep your distributed cache clean?

In a N-Tier architecture, what would be the best patterns to use so that you can keep your cache clean? I know it's easy to just set an absolute/sliding timeout, but is there a better mechanism available to allow you to mark your cache as dirty…
Alwyn
  • 8,079
  • 12
  • 59
  • 107
0
votes
2 answers

Windows Azure App Fabric: Configuration binding extension 'system.serviceModel/bindings/netTcpRelayBinding' could not be found

I am currently dipping my toes into developing .net applications for/on windows Azure. I have followed some tutorials to set up a relay for a local service to be hosted on Azure. This seems to be working. However, when I go to test it with a client,…
0
votes
3 answers

Caching framework for ASP.NET MVC / Azure

I am building an ASP.NET MVC application, which may be hosted in Azure. Multiple instances of the application may be running in Azure. We may or may not use Azure AppFabric Caching. How do we structure the caching framework so that: Caching works…
vijayst
  • 20,359
  • 18
  • 69
  • 113
0
votes
1 answer

AppFabric Caching - works locally but not from another machine

I've have added my domain account permissions to Windows AppFabric 1.1 Caching using the "grant" Powershell command. A sample app runs locally on the machine itself fine. Also, I'm able to telnet to the port 22233 from another box successfully (I'm…
BuddyJoe
  • 69,735
  • 114
  • 291
  • 466
0
votes
1 answer

Windows Server AppFabric Cache Time-out based invalidation callback

I am using Windows Server AppFabric Caching in our application with local cache enabled. This is configured as following: I have setup time-out based invalidation…
Gaurav
  • 895
  • 3
  • 14
  • 31
0
votes
2 answers

App Fabric : While GET misses an Enum property

I have a class marked as CollectionDataContract which has a enum member. When I place an object of this class in Appfabric, I am through. When I get it back from App fabric, it does not deserialize the enum member. But I am not sure if the enum has…
Dhanasekar Murugesan
  • 3,141
  • 1
  • 18
  • 21
0
votes
1 answer

AppFabric shutdown

We have implemeted appfabric caching in ASP.Net application. Somtimes AppFabric shutdown in-between and throws below error. AppFabric Caching service crashed.{Lease with external store expired:…
AshokD
  • 442
  • 4
  • 14