Each process has a different user address space, the global variables of any one process can not be seen in another process, so the process to exchange data between the kernel, the kernel to open a buffer, process 1 data from the user space to the kernel buffer, process 2 and then read the data from the kernel buffer, This mechanism provided by the kernel is called interprocess communication (ipc,interprocess communication).
650) this.width=650; "Src=" Http://s3.51cto.com/wyfs02/M01/87/04/wKioL1fRXijQWNZCAAAUh08W4pk588.png-wh_500x0-wm_3 -wmp_4-s_3358994463.png "title=" Ipc.png "alt=" Wkiol1frxijqwnzcaaauh08w4pk588.png-wh_50 "/>
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M00/87/06/wKiom1fRYQvSdiWWAABoENA72oI334.png "title=" Pipe.png "alt=" Wkiom1fryqvsdiwwaaboena72oi334.png "/>
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/87/04/wKioL1fRYSmiTSbtAAZ89oVj2Yk034.jpg "title=" Pipe.jpg "alt=" Wkiol1frysmitsbtaaz89ovj2yk034.jpg "/>
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/87/06/wKiom1fRe3OQlUmMAAEuIzl9vEE768.png "title=" Test.png "alt=" Wkiom1fre3oqlummaaeuizl9vee768.png "/>
This article is from the "zgw285763054" blog, make sure to keep this source http://zgw285763054.blog.51cto.com/11591804/1850878
Inter-process communication-pipelines