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