进程间通信英文缩写为IPC。
Linux系统中进程间通信的方式有:socket, named pipe,message queque, signal,share memory.
Java系统中的进程间通信方式有socket, named pipe等.
A named pipe is system-persistent and exists beyond the life of the process and must be deleted once it is no longer being used. Processes generally attach to the named pipes (usually appearing as a file) to perform inter-process communication (IPC).
No comments:
Post a Comment