ASP.Net 4.0 网络场缓存
在 ASP.Net 4.0 中,当我们使用 webfarm 时,这是存储缓存对象的最佳方式,
1) Windows Server AppFabric
2) 单独的状态机/SQL Server
3) 第三方缓存机制/其他?
In ASP.Net 4.0 which is the best way of storing the cache object when we go with webfarm ,
1) Windows Server AppFabric
2) Separate State Machine / SQL Server
3) Thrid party caching mechanisms / Others ?.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想说坚持使用 MS 技术是最好的,因为您已经在使用 ASP.NET。 AppFabric 就是专门针对这种情况而设计的。否则 Memcached 是一个不错的选择。
I would say sticking with MS technologies would be the best since you're already using ASP.NET. AppFabric was designed just for this case. Otherwise Memcached is a good alternative.