Question

I am in the process of figuring out a cache strategy for our current setup, currently have multiple web servers and wanted to know what is the best way to cache data in this environment. I have done research about MemCache and the native asp.net caching but wanted to get some feedback first. Should I go with a Linux box if I use MemCache or a win32 port of MemCache.

No correct solution

OTHER TIPS

Dare Obasanjo has a pretty good blog post about this topic. You really need to assess what it is you're caching, why you're caching it and what your needs are before you can make a decision on a caching strategy.

What about checking out Microsoft Velocity? Another option if you don't want to start using Microsoft CTP-ware is to check out Nache which allows distributed cache/session state management

http://www.danga.com/memcached/

worked awesome for me and have heard nothing but goodness about it

Another open source choice other than memcached probably worth looking into is Shared Cache. I haven't played with it. But it says to have c# native implementation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top