17. Interprocess Communication and Networking — Python v3.2.6 documentation

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:

© Copyright 1990-2014, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
Last updated on Oct 12, 2014. Found a bug?
Created using Sphinx 1.0.7.