Use Thread Local Storage To Pass Thread Specific Data
In an ideal world developers typicallycreate instance variables and access these via interfaces to holdthread specific data. There are times however in a multithreadedapplication where this is not realistic due to a variety of factorsincluding inflexible interfaces, legacy code, and the original overalldesign of the application. The .NET framework provides a mechanism tostore data at [...]
Read more



11:01 pm by admin