Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
不知道大型工作示例,但以下两个资源(不同专业水平和规模)可能会有所帮助。这两本书和提供的代码都具有出色的质量:
Java Concurrency in Practice -- Goetz -- 链接到此处的代码; 在此处预订网站。这是一本更加务实的书和代码集,重点关注应用程序程序员想要了解的问题。
多处理器编程的艺术 -- Herlihy -- 课程笔记; 在此处预订网站。本书内容包括Java代码。这是一本“面向专家”的深入理论书籍,主要关注低级并发数据结构,但也有一些关于事务内存的内容。
Don't know about large worked examples, but the following two resources (at different levels of expertise and scale) might help. Both books and the code provided are of excellent quality:
Java Concurrency in Practice -- Goetz -- Link to code here; Book website here. This is a more pragmatic book and set of code, focused on issues application programmers want to know.
The Art of Multiprocessor Programming -- Herlihy -- Course notes; Book website here. Book contents include Java code. This is a "for experts" and deeply theoretical book focused (mostly) on low-level concurrent data structures, though with some content on transactional memory.