Thread Local Storage
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Can anyone please tell me the usefulness of thread local storage compared to a more OO solution involving a base class for workerthreads and variables?
-
Can anyone please tell me the usefulness of thread local storage compared to a more OO solution involving a base class for workerthreads and variables?
Hi, Please read Thread Local Storage - The C++ Way[^]
It is a crappy thing, but it's life -^ Carlo Pallini