source: vendor/python/2.5/Doc/lib/ipc.tex

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 463 bytes
Line 
1\chapter{Interprocess Communication and Networking}
2\label{ipc}
3
4The modules described in this chapter provide mechanisms for different
5processes to communicate.
6
7Some modules only work for two processes that are on the same machine,
8e.g. \module{signal} and \module{subprocess}. Other modules support
9networking protocols that two or more processes can used to
10communicate across machines.
11
12The list of modules described in this chapter is:
13
14\localmoduletable
Note: See TracBrowser for help on using the repository browser.