punjabtechnicaluniversity.blogspot.in
IIS has three level of isolation:-
IIS has three level of isolation:-
LOW (IIS process):- In this main IIS process and ASP.NET application run in same process. So if any one crashes the other is also affected. Example let’s say (well this is not possible) I have hosted yahoo , hotmail .amazon and google on a single PC. So all application and the IIS process runs on the same process.In case any website crashes it affects every one.
LOW IIS process scenario
Medium (Pooled):- In Medium pooled scenario the IIS and web application run in different process. So in this case there are two processes process1 and process2. In process1 the IIS process is running and in process2 we have all Web application running.
Medium pooled scenario
High (Isolated):-In high isolated scenario every process is running is there own process. In below figure there are five processes and every one handling individual application. This consumes heavy memory but has highest reliability.
High isolation scenario
0 comments:
Post a Comment
North India Campus