Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best way to cache data

Tags:

.net

caching

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.

like image 264
omar Avatar asked Aug 06 '08 23:08

omar


1 Answers

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

like image 188
Jonas Follesø Avatar answered Oct 20 '22 08:10

Jonas Follesø