用AI赚第一桶💰低成本搭建一套AI赚钱工具,源码可二开。 广告
### 导航 - [索引](../genindex.xhtml "总目录") - [模块](../py-modindex.xhtml "Python 模块索引") | - [下一页](asyncio.xhtml "asyncio --- 异步 I/O") | - [上一页](contextvars.xhtml "contextvars --- Context Variables") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) » - zh\_CN 3.7.3 [文档](../index.xhtml) » - [Python 标准库](index.xhtml) » - $('.inline-search').show(0); | # 网络和进程间通信 本章介绍的模块提供了网络和进程间通信的机制。 某些模块仅适用于同一台机器上的两个进程,例如 [`signal`](signal.xhtml#module-signal "signal: Set handlers for asynchronous events.") 和 [`mmap`](mmap.xhtml#module-mmap "mmap: Interface to memory-mapped files for Unix and Windows.") 。 其他模块支持两个或多个进程可用于跨机器通信的网络协议。 本章中描述的模块列表是: - [`asyncio` --- 异步 I/O](asyncio.xhtml) - [`socket` --- 底层网络接口](socket.xhtml) - [`ssl` --- TLS/SSL wrapper for socket objects](ssl.xhtml) - [`select` --- Waiting for I/O completion](select.xhtml) - [`selectors` --- 高级 I/O 复用库](selectors.xhtml) - [`asyncore` --- 异步socket处理器](asyncore.xhtml) - [`asynchat` --- 异步 socket 指令/响应 处理器](asynchat.xhtml) - [`signal` --- Set handlers for asynchronous events](signal.xhtml) - [`mmap` --- Memory-mapped file support](mmap.xhtml) ### 导航 - [索引](../genindex.xhtml "总目录") - [模块](../py-modindex.xhtml "Python 模块索引") | - [下一页](asyncio.xhtml "asyncio --- 异步 I/O") | - [上一页](contextvars.xhtml "contextvars --- Context Variables") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) » - zh\_CN 3.7.3 [文档](../index.xhtml) » - [Python 标准库](index.xhtml) » - $('.inline-search').show(0); | © [版权所有](../copyright.xhtml) 2001-2019, Python Software Foundation. Python 软件基金会是一个非盈利组织。 [请捐助。](https://www.python.org/psf/donations/) 最后更新于 5月 21, 2019. [发现了问题](../bugs.xhtml)? 使用[Sphinx](http://sphinx.pocoo.org/)1.8.4 创建。