We have an assembly that is called repeatedly by different executables and it shares these states how its like not thread safe because they call the code at same time what kinda mutex to use
We have an assembly that is called repeatedly by different executables and it shares
Share
I believe you can find your solution described in this CodeProject article.