ncache

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 Provider for MS Velocity for NHibernate? ...

Configuring NCache with nHibernate and Castle ActiveRecord

Hi, 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 and simply use ActiveRecord's Cache tag on our entities ([ActiveRecord(Cache = CacheEnum.ReadWrite)]). This works fine, and NHProf ha...

ScaleOut vs Ncache?

Hi guys, 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 ...

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 evaluated NCache for distributed environment. My core requirement is reliability with Cached data, i was thinking of using Enterprise Lib...

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

Alternative to distributed caching

Hi, 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 application resides on each server. So, when one of the tier reaches peak performance, we could extend the scalability easily by addi...

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" customProvider="NCacheSessionProvider" timeout="20"> <providers> <add name="NCacheSessionProvider" ...

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 geographically distant locations and I would like to know anyone's thoughts who has compared them side by side. I appreciate that many people use on...