Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in concurrency

dispatch_async vs dispatch_sync execution order

When could Futures be more appropriate than Actors (or vice versa) in Scala?

scala concurrency actor future

@Context HttpServletRequest scope in Jersey ContainerResponseFilter

How are Atoms implemented in Clojurescript?

AtomicBoolean vs Synchronized block, whats the difference

Is there a way to force parallelStream() to go parallel?

What's the upcoming Java concurrency library: jsr166y? jsr166z?

java concurrency java-7

performance penalty of message passing as opposed to shared data

ConcurrentHashMap.put V.S. ConcurrentHashMap.replace

Why does it not create many threads when many goroutines are blocked in writing file in golang?

How to make concurrent network requests using OKHTTP?

What makes Erlang suitable for soft real-time applications? [closed]

java hash map thread visibility

How many child_processes should I fork() in node.js?

node.js concurrency fork comet

Java memory model synchronization: how to induce data visibility bug?

Concurrent collection for .NET with timeouts?

Golang goroutine cannot use function return value(s)

go concurrency goroutine

How do I use an arbitrary string as a lock in C++?

Possible to simulate the mySQL functionality ON DUPLICATE KEY UPDATE with SQL Server

how to turn non-parallel junit parameterized tests into parallel run