8
votes
2answers
1k views

Appfabric Cache is performing 4x slower than SQL Server 2008 ??

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 contains ...
0
votes
1answer
84 views

WCF Performance degradation and messages failing

We are currently in the process of setting up servers for our Production move. In our current setup, we have kept the Web and the App servers on separate boxes. But, in one of our load test scenario, ...
0
votes
0answers
168 views

AppFabric cache refresh cost

We're using an AppFabric cluster, in which we among other things store sessions. These sessions have a default timeout of say 15 minutes, but if it is accessed (which happens every time a user loads a ...
3
votes
3answers
1k views

AppFabric vs asp.net cache with sqldependency performance

I'm working on a plan to increase performance and scalability of a web app by caching a user database for a WCF web service. Goals are to increase performance by accessing this data inProc vs a round ...
2
votes
2answers
415 views

using microsoft velocity / memcache from classic asp

hey guys can anyone tell me how to read data from cache saved in microsoft velocity from classic asp? if above is not possible, then what if i use memcache instead. then is it possible and worth it ...
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). ...