Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in concurrency

Double checked locking pattern: Broken or not?

Python vs. Java -- Which would you pick to do concurrent programming and why? [closed]

Is mmap atomic?

What are Erlang processes behind the scenes?

Core Data deadlocking when executing fetch requests inside performBlockAndWait blocks

In Java Concurrency In Practice by Brian Goetz, why is the Memoizer class not annotated with @ThreadSafe?

How does wait / notify work at the JVM level?

Solve reader-writer issues with NSOperationQueue?

Does .awaitTermination() establish happens-before with work done in the executor?

Proper way to access shared resource in Scala actors

scala concurrency actor

Should Hibernate Session#merge do an insert when receiving an entity with an ID?

java hibernate jpa concurrency

Use multiple tasks to retrieve all records from a large collection

Logoot CRDT: interleaving of data on concurrent edits to the same spot?

How to make Haskell's TChan defer messages like Erlang's message queues can?

Re-sizeable Java BlockingQueue

why Concurrency control uses the classic two-condition algorithm

concurrency java

Crash: NSInternalInconsistencyException - Invalid rowCache row is nil

Synchronisation object to ensure all tasks are completed