码迷,mamicode.com
首页 > 其他好文 > 详细

并发编程笔记Outline

时间:2015-06-03 00:43:35      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:

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(SMPPChallenge 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.

 

并发编程笔记Outline

标签:

原文地址:http://www.cnblogs.com/zhoujiagen/p/4548075.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!