标签:
Motivation
a spilt of parallel programning notes, especially on shared memory parallel architecture, since Java apps paly a great deal on java.util.concurrent.
Audience
myself, who also suffers in Java Concurrent Programmings.
Scope
Shared Memory Parallel Programming(SMPP) Challenge and Abstractions
Java constructors for SMPP
Java constructors implementation details for SMPP (maybe, since I am a impatient API user)
others may be added on the fly
Progress
2015/06/02 initial plan
References
[1] Lee D. Concurrent Programming in Java, 2th edition: Desing Principles and Patterns. Addison Wesley. 1999.[8]
[2] Goetz B., Peierls T. Java Concurrency in Practice(Java并发编程实战).北京:机械工业出版社. 2012.[9]
[3] Subramaniam V.. Programming Concurrency on the JVM: Mastering Synchronization, STM, and Actors(Java虚拟机并发编程). 北京:机械工业出版社. 2013.[5]
[4] Gonzalez F. J.. Java 7 Concurrency Cookbook.北京:人民邮电出版社. 2014.[2]
[5] Raynal M. Concurrent Programming: Algorithms, Principles, and Foundations. Berlin Heidelberg: Spring-Verlag. 2013.[10]
[6] Butcher P.. Seven Concurrency Models in Seven Weeks when threads unravel(七周七并发模型).北京:人民邮电出版社. 2015.[3]
Note: [x] means pay x attentions on the book, the more greater the more importance.
标签:
原文地址:http://www.cnblogs.com/zhoujiagen/p/4548075.html