. Net – thread stack and stack

How to generate new threads, i.e. memory heap, how memory stack is related to threads, and how to allocate memory? I know this is a basic (. Net framework concept) but somehow I don't quite understand this concept

Solution

because. Net thread implementation, it is difficult to answer this question There is not necessarily a 1 - 1 implementation between managed and the corresponding native thread CLR is free to use multiple native threads to implement a single managed thread Therefore, allocating a new managed thread does not necessarily result in the generation of native threads It can simply assume the existing

Can you tell us why this works for you? Perhaps this will lead us to a better answer

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>