appfabric Questions

3

Solved

I'm trying to get AppFabric cache up and running on my local development environment. I have Windows Server AppFabric Beta 2 Refresh installed, and the cache cluster and host configured and started...
Randolf asked 13/5, 2010 at 20:28

3

Solved

We've implemented AppFabric Windows Server Cache for our web application. Initially, we were able to use the cache without any issues. We then increased traffic roughly 100 fold, and began experien...
Honk asked 5/9, 2012 at 1:53

2

Solved

We are using a PostgreSQL database and AppFabric Server, running a moderately busy ASP.NET MVC e-commerce site. Following the cache-aside pattern we request data from our cache, and if it is not a...
Quarterdeck asked 10/3, 2011 at 11:6

2

Solved

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...
Atropine asked 11/4, 2011 at 14:26

2

I have an extension method for the Microsoft.ApplicationServer.Caching.DataCache object found in the Windows Server AppFabric SDK that looks like this: using System; using System.Collections.Gener...
Herzberg asked 23/2, 2011 at 16:51

3

Solved

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: Microsoft.ApplicationServer.Caching.DataCache...
Bifilar asked 20/1, 2011 at 12:39

4

Solved

I am trying to install AppFabric 1.1 on my Windows Server 2012 but it is not installing. it gives error like. AppFabric installation failed because installer MSI returned with error code:1603 T...
Javierjavler asked 5/3, 2013 at 12:45

3

I am running a test where I am comparing fetch time b/w appfabric and SQL Server 2008 and looks appFabric is performing 4x time slower than SQL Server. I have a SQL Server 2008 setup which contain...
Chemo asked 28/9, 2012 at 20:51

2

Solved

I have an ASP.Net MVC application which makes significant use of session to save state (including large data collections). At present, it is hosted on a single web server. The session is set to the...
Epochmaking asked 26/7, 2012 at 21:12

1

I wish to use AppFrbric 1.1 for data Caching in several use cases. The system requirements on the it's download page suggest that it is meant for Windows Server 2008 and above, for production envir...
Allahabad asked 7/2, 2013 at 10:5

1

Solved

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...
Devout asked 12/12, 2012 at 16:52

1

Solved

I got a new laptop for my job and was thinking about installing Win8 CP as my main operating system, I love it, so I tried to do some tests in a VM to see if AppFabric cache can work in Win8 CP. Th...
Estus asked 6/4, 2012 at 10:58

2

Solved

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 wi...
Flanagan asked 11/9, 2012 at 20:12

5

Solved

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 Queu...
Deputize asked 8/9, 2012 at 22:3

3

Solved

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 ...
Versed asked 15/2, 2012 at 17:30

1

Solved

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). W...
Carrion asked 28/4, 2012 at 18:49

2

Solved

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 e...
Meandrous asked 27/7, 2010 at 11:47

0

I have a few Windows 2008 R2 AppFabric always-running auto-start services deployed as per this article. The services vary in type, some are scheduled Quartz.NET job hosts, some are NServiceBus endp...
Aplenty asked 2/4, 2012 at 17:28

1

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 ht...
Moorings asked 25/7, 2011 at 10:18

1

I've been trying to upgrade a project using fluent nhibernate 1.2 and NHibernate 3.1 to FNH 1.3 and NH 3.2, and it all seems to work except now Im getting an exception on a .List() command. The ex...

1

Solved

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 AppFabr...
Koser asked 11/1, 2012 at 13:45

1

Solved

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, App...
Renaissance asked 21/9, 2010 at 0:17

1

I am considering using AppFabric caching feature for one of our projects. We have a need for distributed caching feature and it seems AppFabric is a good solution. However, I have a few questions w...
Suburban asked 16/11, 2011 at 8:13

2

Alright, I’ve successfully deployed AppFabric, and everything was working nicely until we started getting an intermittent exception on the website: ErrorCode < ERRCA0017 >:SubStatus < ES0...
Pennington asked 20/9, 2011 at 10:11

1

Solved

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? Lo...
Jews asked 21/10, 2011 at 11:48

© 2022 - 2024 — McMap. All rights reserved.