Concurrency Part 4 – .NET with P/Invoke
This is the fourth part of the Concurrency series. For your convenience you can find other parts in the table of contents in Part 1 – Mutex performance in .NET We have already seen a mutex in C# but last time it happened that Java JNI is faster. Let’s compare it with P/Invoke. Code As … Continue reading Concurrency Part 4 – .NET with P/Invoke