Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 376 Bytes

Readme.md

File metadata and controls

14 lines (9 loc) · 376 Bytes

一个帮助学习进程间通信技术的repo

进程间通信技术(Inter-Process Communication)是很重要的UNIX编程学习方向

现有IPC样本数:

  • Socket 套接字通信
    1. TCP - Transmission Control Protocol
    2. UDP - User Datagram Protocol
  • Message Queue 消息队列
  • Fifo 有名管道
  • Key 如何创建IPCkey