|
|
|
|
|
by MaximumYComb
2388 days ago
|
|
This article seems like 3 pages of my CS Operating Systems unit summarised into an article. Since I started reading Hacker News I've always assumed the userbase has a typical education equating to at least a CS education. Am I wrong for assuming that this article seems fairly low level for the user base here? It just seems to me that if you can read this article and understand push, pop, thread priority, mutex, transitive, etc then it's more than likely that someone has already lectured at you about the issues that can arrive with using mutexes for locking. |
|
* Some might not have learned that particular piece of knowledge, either because their particular OS class didn't cover it, or because they skipped it;
* Others might have learned it, but later forgotten all about it, or at least some of the details;
* Even if they do remember it, this article can act as a reminder ("pay attention if you set thread priorities, because priority inversion").