Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in concurrency

Which concurrent Queue implementation should I use in Java?

Java volatile reference vs. AtomicReference

java concurrency

Are non-synchronised static methods thread safe if they don't modify static class variables?

What's a monitor in Java?

iPhone - Grand Central Dispatch main thread

What is a database transaction?

Greenlet Vs. Threads

When to use volatile with multi threading?

How to asynchronously call a method in Java

Different types of thread-safe Sets in Java

java concurrency set

Is it safe to get values from a java.util.HashMap from multiple threads (no modification)?

Good example of livelock?

concurrency livelock

What's the status of multicore programming in Haskell?

Is iterating ConcurrentHashMap values thread safe?

Java concurrency: Countdown latch vs Cyclic barrier

Is HttpClient safe to use concurrently?

What is a deadlock?

Executors.newCachedThreadPool() versus Executors.newFixedThreadPool()

How do synchronized static methods work in Java and can I use it for loading Hibernate entities?

Why is creating a Thread said to be expensive?