Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in concurrency

What's the pythonic way to deal with worker processes that must coordinate their tasks?

Testing concurrent data structures

Individual timeouts for concurrent.futures

ThreadPoolExecutor policy

How bad is using SELECT MAX(id) in MYSQL instead of mysql_insert_id() in PHP?

Does volatile qualifier cancel caching for this memory?

c++ c caching c++11 concurrency

Do not share same socket between two threads at the same time

Wait for an Actor to exit()

Concurrency - interrupting a Future without cancelling it

Deadlock in ThreadPoolExecutor

java concurrency

In .NET 4, does BeginInvoke and Task use the same threadpool?

c# .net .net-4.0 concurrency

Concurrent mutable priority queue

Is reordering of instance initialization and assignment to a shared variable possible?

java concurrency

Safer Handles in Haskell?

StaleObjectStateException vs OptimisticLockException

Best practices with Akka in Scala and third-party Java libraries

Postgres race condition involving subselect and foreign key

Are Quartz scheduler instances thread safe?

When to use NSEnumerationConcurrent

Kotlin coroutines "happens-before" guarantees?