Concurrency Part 3 – Java mutex via JNI
This is the third 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 Last time we saw file lock in Java which we can use on every platform. However, if we stick to Windows only, we can use … Continue reading Concurrency Part 3 – Java mutex via JNI