Hello,
I have several questions regarding the thread
in .Netframework.
1. LocalDataStoreSlot
Is there anyway to free an unnamed LocalDataStoreSlot?
I am confused that I can only free NameLocalDataStoreSlot.
2. Is there anyway to get the collection of all the
LocalDataStoreSlot allocated by current thread? And free
them?
3. Talking about the ThreadPool, what happened to
LocalDataStoreSlot when it's put into the pool? I want to
free all the LocalDataStoreSlot before the thread is put
into the pool or after it's waken up from the pool.
Thanx.