Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 245 Bytes

File metadata and controls

15 lines (10 loc) · 245 Bytes

IPC

概念

进程间通信(IPC,InterProcess Communication)是指在不同进程之间传播或交换信息

方式

  • 管道(包括无名管道和命名管道)
  • 消息队列
  • 信号量
  • 共享存储
  • Socket
  • Streams