When a thread pool thread is done, does stuff like Name or thread local data get reset? So when the thread comes out of the pool next time, it\'s like brand new?
Is ther
This is a very good read on parallel programming and TPL in .NET (4)
As far as I know there is no reset.
In the linked document there is are ways mentioned how to cope with that.