For each process a separate memory is allocated. In .net the process can contain multiple app domains. How the memory is allocated for each app domain? Do they share the common memory of the process?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No they are not allowed to access the same memory and share objects in this memory space, objects should be marshalled when you pass them from one app domain to another one:
Application Domains