IIS 7 and Rapid Fail Protection
Posted by: Rick Strahls WebLog,
on 20 Dec 2006 |
View original | NEW Bookmarked: 0 time(s)
I was doing some work testing one of my older ISAPI extensions under IIS 7. One of the tests I run purposefully terminates the process to simulate a hard crash in the ISAPI process. This should never happen but as we all know from time to time things go wrong to the point where the process cant recover and fails (usually related to running out of memory in some way).
Anyway IIS 6 and 7 both use separate worker processes to handle all request processing and theres monitoring built into the...