CLR via C # Reading Notes 6-1 appdomain (application domain)

Source: Internet
Author: User

Each managedProgramAt least one default appdomain will be started at startup.

Appdomain provides the isolation Function

1) One application domain cannot directly access objects in other application domains

2) The application domain can be detached. You Cannot uninstall a loaded application domain, but you can choose to uninstall an application domain.

3) The application domain can have independent Permissions

4) The application domain can have independent configurations (App. config or something ....)

 

Generally, if the two application domains load the same DLL (such as system. dll), the loaded DLL requires 2 times the memory and exists in both application domains.

Some assemblies are neutral in the application domain (such as mscorlib. dll). These DLL files are still only one copy when loaded by multiple application domains (to prevent memory waste)

 

PS: I personally think it may be dangerous to load untrusted third-party DLL (for example, this dll may containCodeGenerally, an appdomain and smaller permissions are assigned to the user independently.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.