导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • Python 3.0.1 文档 »
  • The Python Standard Library »
  • |

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 and subprocess. Other modules support networking protocols that two or more processes can used to communicate across machines.

The list of modules described in this chapter is:

  • subprocess — Subprocess management
    • Using the subprocess Module
      • Convenience Functions
      • Exceptions
      • Security
    • Popen Objects
    • Replacing Older Functions with the subprocess Module
      • Replacing /bin/sh shell backquote
      • Replacing shell pipeline
      • Replacing os.system()
      • Replacing the os.spawn family
      • Replacing os.popen
  • socket — Low-level networking interface
    • Socket Objects
    • Example
  • ssl — SSL wrapper for socket objects
    • Functions, Constants, and Exceptions
    • SSLSocket Objects
    • Certificates
    • Examples
      • Testing for SSL support
      • Client-side operation
      • Server-side operation
  • signal — Set handlers for asynchronous events
    • Example
  • asyncore — Asynchronous socket handler
    • asyncore Example basic HTTP client
  • asynchat — Asynchronous socket command/response handler
    • asynchat - Auxiliary Classes and Functions
    • asynchat Example

上一个主题

rlcompleter — Completion function for GNU readline

下一个主题

subprocess — Subprocess management

本页

  • 显示源代码

快速搜索

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • Python 3.0.1 文档 »
  • The Python Standard Library »
  • |
© 版权所有 1990-2025, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.

最后更新于 8月 10, 2025.
Created using Sphinx 1.8.4.