Skip to content

yangislet/IPC-Inter-Process-Communication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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 (信号量)

About

Code implemention for Inter-Process Communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%