Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6866241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:09:30+00:00 2026-05-27T03:09:30+00:00

For each process a separate memory is allocated. In .net the process can contain

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T03:09:30+00:00Added an answer on May 27, 2026 at 3:09 am

    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

    Code running in one application cannot directly access code or
    resources from another application. The common language runtime
    enforces this isolation by preventing direct calls between objects in
    different application domains. Objects that pass between domains are
    either copied or accessed by proxy. If the object is copied, the call
    to the object is local. That is, both the caller and the object being
    referenced are in the same application domain. If the object is
    accessed through a proxy, the call to the object is remote. In this
    case, the caller and the object being referenced are in different
    application domains. Cross-domain calls use the same remote call
    infrastructure as calls between two processes or between two machines.

    As such, the metadata for the object being referenced must be
    available to both application domains to allow the method call to be
    JIT-compiled properly. If the calling domain does not have access to
    the metadata for the object being called, the compilation might fail
    with an exception of type System.IO.FileNotFound

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am to process single PDFs that have each been created by 'merging' multiple
We have been told that Google Chrome runs each tab in a separate process.
AFAIK each process will maintain separate file table (correct me if my understanding is
In my Mac OS X Activity monitor it lists each process id for each
I have two running processes in Windows, and each process has a pipe to
Let's suppose that I have 2 processes in Erlang, and each process has a
I want to process each source code file after it has been preprocessed: myprocess
I need execute some code before Windows shutdown process each time. So, I want
I'm running mod_python under Apache. If I've understood correctly, each Apache process runs its
Google Chrome and IE8 implement multi-process support for each tab. How would I implement

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.