Sunday, June 14, 2009

Lightweight Concurrency: Threads are on a Diet


Most modern programming languages are adding lightweight concurrency capabilities. Why is this happening? It is a response to the multicore revolution. You need more parallelism in your applications and you need it without adding a great overhead.

No comments:

Post a Comment