Blog Home  Home Feed your aggregator (RSS 2.0)  
Software Code Help - What is an Application Domain?
Blog
 
# Tuesday, December 29, 2009

An AppDomain can be thought of as a lightweight process. Multiple AppDomains can exist inside a Win32 process. The primary purpose of the AppDomain is to isolate an application from other applications.

Win32 processes provide isolation by having distinct memory address spaces. This is effective, but it is expensive and doesn't scale well. The .NET runtime enforces AppDomain isolation by keeping control over the use of memory - all memory in the AppDomain is managed by the .NET runtime, so the runtime can ensure that AppDomains do not access each other's memory.

Tuesday, December 29, 2009 11:05:06 AM (GMT Standard Time, UTC+00:00)  #    Comments [0]   Interview Question .Net  | 
Comments are closed.
Copyright © 2010 SoftwareCodeHelp. All rights reserved.
DasBlog 'Portal' theme by Johnny Hughes.
Pick a theme: