ASP.Net 状态服务器容错

发布于 2024-09-17 08:41:57 字数 115 浏览 2 评论 0原文

ASP.Net 中的状态服务器可以容错吗?我的意思是,当一台状态服务器出现故障时,ASP.Net 应用程序可以切换到另一台状态服务器。

我不想使用基于数据库的状态管理,因为这看起来比状态服务器慢得多。

Can a State server in ASP.Net be made fault tolerant? By that I mean is when one state server goes down, ASP.Net applications can switch to another state server.

I do not want to go to a Database based state management as that seems considerably slower than the State Server.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

此刻的回忆 2024-09-24 08:41:57

您需要在故障转移集群中配置两台不同的服务器,即如果一台服务器由于某些问题而停机,另一台服务器将启动。有关详细信息,请参阅:-

http://technet.microsoft。 com/en-us/library/cc731844%28WS.10%29.aspx

当您在故障转移模式下配置服务器时,系统会向您提供一个虚拟 IP,您可以将其用作状态服务器的 IP。

还可以查看点对点状态服务器:-

http://www.codeproject .com/KB/aspnet/p2pstateserver.aspx

You need to configure two different servers in fail over cluster i.e. if one server goes down due to some issue, other server will get up. For details see:-

http://technet.microsoft.com/en-us/library/cc731844%28WS.10%29.aspx

When you configure your servers in fail over mode then a virtual IP is given to you which you will use as your state server's IP.

Also have a look at peer to peer state server as well:-

http://www.codeproject.com/KB/aspnet/p2pstateserver.aspx

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