stack management in CLR

Posted by enableDeepak on Stack Overflow See other posts from Stack Overflow or by enableDeepak
Published on 2011-03-05T15:19:38Z Indexed on 2011/03/05 15:25 UTC
Read the original article Hit count: 340

Filed under:

I understand the basic concept of stack and heap but great if any1 can solve following confusions:

  1. Is there a single stack for entire application process or for each thread starting in a project a new stack is created?

  2. Is there a single Heap for entire application process or for each thread starting in a project a new stack is created?

  3. If Stack are created for each thread, then how process manage sequential flow of threads (and hence stacks)

© Stack Overflow or respective owner

Related posts about clr