blob: cd9505666bd72a93d60c7be7d78f7efd80687e86 [file] [log] [blame]
Andrew M. Kuchlingaffd42d2005-12-22 20:12:39 +00001\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