Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 378 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 378 Bytes

IPC-Inter-Process-Communication

Code implemention for Inter-Process Communication By Python3.6

六种进程间通信方式的Python3.6代码实现

    1. msg_queue (消息队列)
    1. pipeline for single duplex (单工管道)
    1. pipeline for half duplex (半双工管道)
    1. name pipeline (命名管道)
    1. share memory (共享内存)
    1. semaphore (信号量)