关于多线程开发的好博客?

发布于 2024-08-06 06:18:50 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

任谁 2024-08-13 06:18:50

Sutter's Mill(Herb Sutter 关于软件、硬件和并发性的文章)是一个博客许多关于并发的帖子

Sutter’s Mill (Herb Sutter on software, hardware, and concurrency) is a blog with many posts about concurrency.

罗罗贝儿 2024-08-13 06:18:50
夏有森光若流苏 2024-08-13 06:18:50

Joe Duffy 在他的档案中大量讨论了并发和并行编程。

他对 .Net 有明显的兴趣,曾担任并行扩展的 PM,但他讨论的原则非常普遍。您只需要转换为适当的 Java API。我能想到的唯一可能有根本不同的是依赖于底层内存模型的获取/释放语义的低级内容。

Joe Duffy addresses concurrency and parallel programming a great deal in his archives.

He has a decidedly .Net spin, having been the PM for the Parallel extensions, but the principles he discusses are pretty universal. You'll just need to translate to the appropriate Java APIs. Only thing I can think of that might be fundamentally different is low level stuff that's dependent on acquire/release semantics of the underlying memory model.

晒暮凉 2024-08-13 06:18:50

除了已经讨论过的内容之外,还有一些建议,按照实用性的大致降序排列(无论如何,根据我的说法):

Just a few recommendations on top of what's already been discussed, in approximate descending order of usefulness (according to me, anyway):

  • Alex Miller (as mentioned by spdenne) maintains a concurrency link blog on tumblr which aggregates a lot of cool Java concurrency stuff
  • Cliff Click's blog -- an incredibly smart guy who works at Azul Systems, where they pretty much take Java concurrency to the extreme (we're talking machines with, like, a bajillion cores and a squillion gig of RAM)
  • Jeremy Manson's blog -- pretty much the guy (well, one of the guys) on Java memory model/concurrency/performance related issues (he was one of the authors of the new memory model)
  • Java Performance Tuning -- combination of articles and links related to performance, often touches on concurrency stuff
  • Kirk Pepperdine, Java performance wiz -- more about general performance than concurrency specifically, but talks about concurrency sometimes (of course)
  • Java Specialist's Newsletter -- again, mostly performance, concurrency stuff sometimes
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文