Synchronization primitives in the Linux kernel, Part 4
1–3 of 3 posts
Re: Synchronization primitives in the Linux kernel, Part 4
#2from UC Berkeley OS lectures on YouTube: "everything in an OS is either a cache or a queue."
Re: Synchronization primitives in the Linux kernel, Part 4
#3from UC Berkeley OS lectures on YouTube: "everything in an OS is either a cache or a queue."
There's no either because caches are queues in disguise
http://highscalability.com/blog/2016/1/25/design-of-a-modern...