E-book Operating System Concepts 6th edition
OS programming bible, the dinosaur book, excellent reference
Abraham Silberschatz
Peter Baer Galvin
Greg Gagne
進程間通信14
說明了進程控制原語并且觀察了如何調(diào)用多個進程。但是這些進程之間交換信息的
唯一方法是經(jīng)由f o r k或e x e c傳送打開文件,或通過文件系統(tǒng)。本章將說明進程之間相互通信的
其他技術—I P C(InterProcess Communication)。