Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in concurrency

Java Thread Pools/Executor Service and wait()s - what happens to the threads & task queue?

Is there any way to atomically update two collections in MongoDB?

concurrency mongodb

Concurrent access to maps with 'range' in Go

AtomicBitSet implementation for java

java concurrency

Are JSF 2.x @ViewScoped managed beans thread safe?

When is CopyOnWriteArraySet useful to achieve thread-safe HashSet?

Are increment operators in Go atomic on x86?

Can I do an atomic MERGE in Oracle?

Explain Michael & Scott lock-free queue alorigthm

Avoiding PostgreSQL deadlocks when performing bulk update and delete operations

ConcurrentHashMap computeIfAbsent

Is it ok to destroy a std::promise before future.get() is called?

c++ concurrency promise future

Why do threads spontaneously awake from wait()?

Why is reference assignment atomic in Java?

Is there a non-reentrant ReadWriteLock I can use?

java concurrency locking

How to make java.util.Date thread-safe

ConcurrentLinkedDeque vs LinkedBlockingDeque

Why do you have to use both a compiler flag and a run-time flag to get multicore-support in Haskell?

How Concurrent is Prolog?

ConcurrentModificationException despite using synchronized

java concurrency iterator