Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in concurrency

Scala Future for comprehension: sequential vs parallel

Singleton vs Cache ASP.NET

Lock free constructs in .net

Native threads in Ruby 1.9.1, whats in it for me?

ruby concurrency

How to manage M threads (1 per task) ensuring only N threads at the same time. With N < M. In Java

Concepts and tools required to scale up algorithms

How to make a scala actor 'wait for the signal' but don't loose any messages?

scala concurrency loops actor

Determining synchronization scope?

Difference between a race and a dead lock

Correct use of AtomicReference.compareAndSet for a stack implementation

java concurrency atomic

NHibernate & WCF: Performance (session reuse) vs. concurrency (simultaneous requests)

Concurrent set with weak references and identity hash

Synchronized java code performs times faster than unsynchronized one

Does reading a volatile reference to an object guarantee atomic reads of the latest values of its properties?

java concurrency

Is dispatch_once overkill inside of +[NSObject initialize]?

Threading and Concurrency Within A Servlet

forkIO and coroutines in Haskell

Advisory locks or NOWAIT to avoid waiting for locked rows?

Java synchronized method around parameter value

Do we still need mutex if everything is immutable?