通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
### 17. Interprocess Communication and Networking The modules described in this chapter provide mechanisms for different processes to communicate. Some modules only work for two processes that are on the same machine, e.g. [signal](# "signal: Set handlers for asynchronous events.") and [subprocess](# "subprocess: Subprocess management."). Other modules support networking protocols that two or more processes can used to communicate across machines.