The ncache tag has no wiki summary.
17
votes
4answers
2k views
Caching Solutions
Has anyone done a thorough comparison of AppFabric and NCache or AppFabric and ScaleOut? We are currently looking to implement either AppFabric, NCache or ScaleOut for distributed caching in ...
6
votes
2answers
1k views
ScaleOut vs Ncache?
I'm evaluating both of this third-part vendors for distributed cache, does anyone already compared them and has some opinion which one is better?
Regards,
Atanas
5
votes
2answers
2k views
Using Microsoft Velocity with NHibernate?
Has anyone tried to use MS Velocity with NHibernate.
I've seen that NHibernate can use NCache as a distributed cache, but I am more interested in using MS Velocity instead.
Are you aware of Cache ...
4
votes
3answers
404 views
Cache frameworks for .NET
I'm planning to develop a web service, i need to use in memory cache, what different caching frameworks are available out there for .NET, i have used Microsoft Enterprise Library Cache block and also ...
2
votes
1answer
139 views
View Objects in Session of a Running ASP.NET Application
I am trying to move my app to out-of-proc session state and can't find which session object is failing to serialize - the YSOD stack trace is unrevealing.
Is it possible to view the objects, or at ...
2
votes
2answers
422 views
Alternative to distributed caching
There is a technical requirement to scale a new system easily. This new system consists of three tiered applications (as a batch processors). Each tier will contains at least 2 servers with the same ...
1
vote
1answer
660 views
Configuring NCache with nHibernate and Castle ActiveRecord
We've a relatively mature website using Castle's ActiveRecord for it's persistance pattern (along with nHiberante). We've been using single node caching and so could rely on the built in ASP.Net cache ...
0
votes
2answers
53 views
+150
Would Ncache Express solve this scalability issue or would I need to upgrade to premier edition?
I have an asp.net-mvc3 website using nhibernate and SQL server. I have 2 web servers that are loaded balanced. This is a read heavy db (not so concerned with write performance), but as the queries ...
0
votes
0answers
722 views
What cache server for .NET is th best?(CSql, Memcached, NCache, Shared Cache, AppFabric)? [closed]
Possible Duplicate:
Cache server for .NET(Example Memcached)
I am trying to choose cache server for my project that will be written on .NET. I found a list of servers:CSql, Memcached, ...
0
votes
1answer
118 views
NCache doesn't seem to contain my Session data
In my web.config for my very simple web app I have the code:
<sessionState
cookieless="false" regenerateExpiredSessionId="true" mode="Custom"
...
0
votes
1answer
73 views
Does NCache's write-behind functionality do coalescing/combining?
I.e. if the application makes multiple writes to the same object, will NCache make only one update to the datasource? (using only the latest values?)