CS计算机代考程序代写 data structure file system concurrency cache algorithm use the notes as pointers to lectures/slides
use the notes as pointers to lectures/slides lec12 – concurrency 1 **refer to lec22 p8-13 IPC mechanisms: messaging vs. shared memory unnamed pipes vs. named pipes aka FIFOs (created with mknod/mkfifo) **overhead of messaging: two factors **mmap() – three ways of using it whether we can coordinate interactions between processes lack of atomicy / race […]