Improving IPC by kernel design.pdf
Linux内核学习阅读论文。 Inter-process communication (ipc) has to be fast and effective, otherwise programmers will not use remote procedure calls (RPC) , multithreading and multitasking adequately. Thus ipc performance is vital for modern operating systems, especially μ-kernel based ones.
暂无评论