TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Resource recommendations for “Everything about concurrency” presentation

3 点作者 erkanerol超过 7 年前
Hi. I want to make a presentation series (3x90m) in a local meetup group in Istanbul. The organizers record the presentations and publish on youtube. I want to do my best and I am making research in this field nowadays.<p>The overview:<p>* The theory of concurrency (basics, terminology, common problems etc )<p>* The history of concurrency (transition to multi-process, multi-core, multi-instance)<p>* The concurrency in hardware (multi-core, registers, network bottlenecks etc.)<p>* The concurrency in OS ( mostly Unix, context switching, priority scheduling etc.)<p>* The concurrency in an app (Java &amp; Golang, thread, channels, common patterns)<p>* The concurrency on a cluster ( Load balancing, session replication, caches, IMDGs, global lock, barrier synchronization etc)<p>Could you give me some recommendations about the topics. Books, presentations, videos, courses... Anything. I have a few months including 20+ free days so I can spend really huge effort for this :)

1 comment

rorycrispin超过 7 年前
Tannenbaum&#x27;s &#x27;Operating Systems: Design and Implementation&#x27; has a fantastic set of chapters on deadlocking, the producer&#x2F;consumer problem and Contect Switching&#x2F;Scheduling.