-
Adrianos Dadis
Building Big Data & Stream processing solutions in many business domains. Interested in distributed systems and enterprise integration.
-
Recent Posts
Categories
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 concurrency, java, Research, software development
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 concurrency, java, Research, software development
4 Comments