Threading heap and stack

Posted by DJ on Stack Overflow See other posts from Stack Overflow or by DJ
Published on 2010-03-15T16:14:33Z Indexed on 2010/03/15 16:19 UTC
Read the original article Hit count: 178

How memory is allocated in case of spawning a new thread, i.e how memory heap, memory stack, and threads are related? I know this is fundamental (.net framework concept) but somehow I am not much aware of this concept.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about threading