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: 367
clr
I understand the basic concept of stack and heap but great if any1 can solve following confusions:
Is there a single stack for entire application process or for each thread starting in a project a new stack is created?
Is there a single Heap for entire application process or for each thread starting in a project a new stack is created?
If Stack are created for each thread, then how process manage sequential flow of threads (and hence stacks)
© Stack Overflow or respective owner