IIS7 Load Balancing – Using Request Routing and Load Balancing Module

iis-7load balancingPROXY

Microsoft has a lot of documentation about their somewhat new load balancing and request routing module for IIS7 located here: http://blogs.iis.net/bills/archive/2009/02/16/iis7-request-routing-and-load-balancing-module-released.aspx, but I'd like to know if anyone has experience using it in production. What are a few pros / cons to using this module instead of another solution such as HAProxy?

Best Answer

We are using it in production for a company info website. And we havnt had any problem at all with it yet. And it works smooth to take down servers and loadbalancing also work nice. Using least reponsetime so one of the server is getting some more requests. We are going to move one of our ecommerce stores also that have alot more trafic then the company info site. So we will see how it works under more heavy load. But our tests have showed that it should handle it without problems

Related Topic