Properly planning health checks is important with any load balancer, and Application Request Routing (ARR) is no exception. This week I cover ARR in more depth by discussing the health checks, how to set them up, and some principles and tricks to live by.
Health checks are used to check the state of your servers so that if a server fails, it is automatically taken out of rotation, and then added back again when it has recovered. At first glance it may seem that minimal thought needs to go into planning your health checks, but that’s not the case. Through my own mistakes in the early days of working with web farms I’ve come to the realization that you shouldn’t test your database server, web service calls or other external dependencies with the health checks. Instead you should only test the web server, app pool and site. This video answers why to this question, and more.
This is now the 10th week in a mini-series on web farms, and the 34th week of the entire series. You can view past and future weeks in the section below.
Having problems viewing on your mobile device? Click here instead.
About Scott Forsyth
 |
Senior Systems Engineer at ORCS Web, Inc (www.orcsweb.com) and co-founder of Vaasnet (www.vaasnet.com). Microsoft MVP for IIS. ASPInsider. Strengths are IIS, ASP.NET, DNS, Windows Server, and Hyper-V.
This author has published 50 articles on DotNetSlackers. View other articles or the complete profile here.
|
Other articles in this category
IIS FTP User Isolation - Week 46
This week we walk through the five isolation modes to gain a full understanding of the IIS FTP metho...
FTP Firewall settings, Active vs. Passive, and FTPS Explicit vs. Implicit Week 47
Understanding Active and Passive mode for FTP is useful for troubleshooting and ensuring that the fi...
Q&A. What’s new in IIS8, Perf, Indexing Service–Week 49
This week I'm taking Q&A from viewers, starting with what's new in IIS8, a question on enable32BitAp...
IIS FTP Troubleshooting - Week 48
This lesson covers ways to troubleshoot IIS FTP. When it works, it works well, but if you run into i...
Q&A. DNS Load Balancing, Google and Geo-location, CDNs-Week 50
This week answers two Q&A questions from viewers. DNS Load Balancing and then some discussion and a ...
You might also be interested in the following related blog posts
Make SharePoint 2007 Act Like SharePoint 2010 (sort of ...)
read more
Custom Panels in Silverlight/WPF Part 3: Animation
read more
Custom Panels in Silverlight/WPF: Introduction
read more
Custom Panels in Silverlight/WPF Part 2: ArrangeOverride
read more
Introduction to HealthvaultDevelopment #11: Data filtering
read more
Introduction to HealthVault Development #10: Adding additional data to healthvault
read more
Introduction to HealthVault Development #9: Optional Authorization
read more
Introduction to HealthVault Development #6 Fixing a mistake
read more
Introduction to HealthVault Development #5 Do I weigh too much?
read more
Javascript Array Fun
read more
|
|
Please login to rate or to leave a comment.