开发者

Distrubuted Cache platform for ASP.NET

开发者 https://www.devze.com 2023-02-23 00:21 出处:网络
I\'ve got a .NET website and an API interface which sits on top of a VPS (Virtual Server). They both use ASP.NET Caching system (which is pretty nice and comfortable).

I've got a .NET website and an API interface which sits on top of a VPS (Virtual Server). They both use ASP.NET Caching system (which is pretty nice and comfortable). If it matters - the API system will be ported to WCF at some time.

I want to get ready to move from 1 VPS to multiple VPS (开发者_高级运维when we grow bigger) - thus I need some distributed Cache System.

Ideas would be much appreciated :)

Thanks!


There are several products that provide this, some open source, some commercial. My personal preference is Microsoft's AppFabric Cache (which is free).

0

精彩评论

暂无评论...
验证码 换一张
取 消