G
Guest
I'd like to know how the CLR handles threading... I think the call to the
OS's Win32 method CreateThread() in C or C++ creates an operating system
thread with its own stack. But what does .NET do? Are managed threads
assigned an OS stack?
Also, I'm kind of amateurish with this stuff... so if there are some general
good threading resources (Windows and .NET) on the internet you could point
me to them?
Thanks
-Andrew
OS's Win32 method CreateThread() in C or C++ creates an operating system
thread with its own stack. But what does .NET do? Are managed threads
assigned an OS stack?
Also, I'm kind of amateurish with this stuff... so if there are some general
good threading resources (Windows and .NET) on the internet you could point
me to them?
Thanks
-Andrew