18. 进程间通信和网络

本章描述的模块为不同进程间通信提供机制。

Some modules only work for two processes that are on the same machine, e.g. signal and mmap . Other modules support networking protocols that two or more processes can use to communicate across machines.

在本章中描述的模块列表:

上一话题

17.10. _dummy_thread — 直接置换 _thread 模块

下一话题

18.1. socket — 低级网络接口

本页