Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in concurrency

How does the Operating System determine how much stack space should be allotted to each thread?

Wait for at least one result from Java executor without busy waiting

how to use gdb debug golang code to see what's inside channel?

Can I query DOM Document with xpath expression from multiple threads safely?

java xml xpath concurrency dom4j

Problems with Streams in Java 8

How to handle async concurrent requests correctly?

Parallel streams

Does synchronizing on a thread safe object block other calls that might manipulate it?

java concurrency

How do you do atomic, multi-record, inter-dependent operations in NoSQL?

least blocking java cache

Terminate unresponsive thread

Concurrent Array Checking

Where is Peterson's algorithm used in the real world?

Are mutations through an unmodified atomic reference visible?

Coordinating distributed Python processes using queuing or REST web service

Managing multiple locks

java concurrency

Starvation occuring in the Dining Philosophers code

How to guarantee response time of Actor?

scala concurrency akka actor