使用 IIS 的 Web 服务器群? 基本信息

发布于 2024-07-04 08:44:00 字数 1560 浏览 6 评论 0 原文

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

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

发布评论

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

评论(5

微凉徒眸意 2024-07-11 08:44:00

对于那些现在正在寻找有关我发现并想要的服务器场 - 负载平衡应用程序请求根信息的人来说,有几篇好文章分享如下:

使用应用程序请求路由的 HTTP 负载平衡:
https://learn.microsoft.com/en-us/iis/extensions/configuring-application-request-routing-arr/http-load-balancing-using-application-request-routing

概述 - 使用 IIS 服务器构建网络场:https://learn.microsoft.com/en-us/iis/web-hosting/scenario-build-a- web-farm-with-iis-servers/概述-build-a-web-farm-with-iis-servers

A couple of good articles for those who are looking nowadays for information about Server Farms - Load Balancing and Application Request Rooting that I found and wanted to share are these:

HTTP Load Balancing using Application Request Routing:
https://learn.microsoft.com/en-us/iis/extensions/configuring-application-request-routing-arr/http-load-balancing-using-application-request-routing.

Overview - Build a Web Farm with IIS Servers: https://learn.microsoft.com/en-us/iis/web-hosting/scenario-build-a-web-farm-with-iis-servers/overview-build-a-web-farm-with-iis-servers

等风来 2024-07-11 08:44:00

Microsoft 在 TechNet 上有关于使用网络负载平衡集群 IIS 的文章。 与使用特殊的硬件负载平衡相比,您可以更简单地做到这一点。

对于硬件负载平衡,您可以在 Web 服务器前面放置一个设备并由它管理负载。 每个设备都不同,因此您需要检查制造商指南和兼容性。

您还应该检查您的应用程序是否存在负载平衡问题。 粘性会话问题只是您应该详细了解的一个问题。

Microsoft have articles on TechNet about clustering IIS using Network Load Balancing. You can do this more simply than using special hardware load balancing.

For hardware load balancing you place a device in front of the web servers and it manages the load. Each device is different so you would want to check the manufacturers guides and compatibility.

You should also check that your application does not have problems with load balancing. The sticky session problem is just one problem you should find out more about.

输什么也不输骨气 2024-07-11 08:44:00

这篇 MSDN 杂志文章对所涉及的技术进行了很好的概述:

http://msdn .microsoft.com/en-us/magazine/cc500561.aspx

This MSDN magazine article has a good overview of the technologies involved:

http://msdn.microsoft.com/en-us/magazine/cc500561.aspx

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