examples of good concurrent programs meant to scale

Posted by vishr on Stack Overflow See other posts from Stack Overflow or by vishr
Published on 2012-09-16T15:35:26Z Indexed on 2012/09/16 15:37 UTC
Read the original article Hit count: 150

Filed under:
|
|
|

I am looking for seminal and excellent examples of libraries and projects that emulate the good practices of the Java Concurrency in Practice book.

The book is marvelous. However, I think supplementing this book reading with code reviews of projects and libraries that make use of the concurrency APIs effectively is necessary to drive the concepts into the brain.

One good example of what I am looking for is

https://code.google.com/p/concurrentlinkedhashmap/

Can folks help me with finding exemplary, well written code that use the concurrency api well?

© Stack Overflow or respective owner

Related posts about java

Related posts about concurrency