Pages

Men

rh

12/26/2012

What is an application domain?


Previously “PROCESS” where used as security boundaries. One process has its own virtual
memory and does not over lap the other process virtual memory; due to this, one process cannot crash the other process. Therefore, any problem or error in one process does not affect the other process. In .NET, they went one-step ahead introducing application domains. In application domains, multiple applications can run in same process with out influencing each other. If one of the application domains throws error it does not affect the other application domains.

No comments :

Post a Comment