Tag Archives: concurrency

Beneficial CountDownLatch and tricky java deadlock

Discover beneficial CountDownLatch, but watch out tricky java deadlocks. Modern JVMs does not detect such deadlocks. Continue reading

Posted in Java, Software Development | Tagged , , , | 12 Comments

Reduce lock granularity – Concurrency optimization

Improve concurrency code by reducing lock granularity. Advises to optimize code that involves synchronization. Continue reading

Posted in Java, Software Development | Tagged , , , | 4 Comments