TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby erkanerolover 7 years ago
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

rorycrispinover 7 years ago
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.