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:
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.
发布评论
评论(5)
对于那些现在正在寻找有关我发现并想要的服务器场 - 负载平衡和应用程序请求根信息的人来说,有几篇好文章分享如下:
使用应用程序请求路由的 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
您所追求的称为负载平衡。
http: //www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/0baca8b1-73b9-4cd2-ab9c-654d88d05b4f.mspx?mfr=true
有一本关于该主题的非常好的书:
http://www.amazon.co.uk/Windows-Clustering-Balancing-Osborne-Networking/dp/0072226226/ref=sr_1_1?ie=UTF8&s=books&qid=1219249588&sr= 8-1
What you're after is called Load Balancing.
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/0baca8b1-73b9-4cd2-ab9c-654d88d05b4f.mspx?mfr=true
There's a very good book on the topic:
http://www.amazon.co.uk/Windows-Clustering-Balancing-Osborne-Networking/dp/0072226226/ref=sr_1_1?ie=UTF8&s=books&qid=1219249588&sr=8-1
http://www.iis.net/download/applicationrequestrouting
http://www.iis.net/download/webfarmframework
http://www.iis.net/download/webdeploy
http://www.iis.net/download/applicationrequestrouting
http://www.iis.net/download/webfarmframework
http://www.iis.net/download/webdeploy
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.
这篇 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