ASP.Net 4.0 网络场缓存

发布于 2024-10-30 05:45:38 字数 144 浏览 0 评论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

静待花开 2024-11-06 05:45:38

我想说坚持使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文