distributed cache for .NET system
-
Hi Guys, Currently when client is logged in to my system, the user's session is bound to some server (lets say there are 4 instances of the same server on 4 PCs) and is handled only on this server. I'm going to put servers into cluster with distributed cache where user sessions will be stored and be accessible from each of these servers. There is a problem, I dont know which distributed cache product to use (i need exactly .NET solution), I found something about memchached, microsoft's AppFabric, etc.. But everything is very superficial (or i'm bad googleman :-) ), could someone advice something? what is the best in the performance? maybe there is some good comparative analysis topic, etc? 10x in advance, Pavel
-
Hi Guys, Currently when client is logged in to my system, the user's session is bound to some server (lets say there are 4 instances of the same server on 4 PCs) and is handled only on this server. I'm going to put servers into cluster with distributed cache where user sessions will be stored and be accessible from each of these servers. There is a problem, I dont know which distributed cache product to use (i need exactly .NET solution), I found something about memchached, microsoft's AppFabric, etc.. But everything is very superficial (or i'm bad googleman :-) ), could someone advice something? what is the best in the performance? maybe there is some good comparative analysis topic, etc? 10x in advance, Pavel
This article may help you... http://www.hanselman.com/blog/HanselminutesPodcast116DistributedCachingWithMicrosoftsVelocity.aspx[^] Distributed Caching with Microsoft's Velocity