GeekArticles
Microsoft
Microsoft.NET
Microsoft
Microsoft.NETThanks for Not Sharing, Or, How to Define Thread-Local Data
Static data is shared among all threads of the same process. This can lead to race-conditions and bugs, but at last there's a solution: use thread-local storage to allocate per-thread data.
Related Topics
