This section explores how various processes communicate with each other. It explains how to use Unix's pipe-based communication in Go, how to handle signals inside an application, and how to use the network to communicate effectively. Finally, it shows how to encode data to improve communication speed.
This section consists of the following chapters:
- Chapter 7, Handling Processes and Daemons
- Chapter 8, Exit Codes, Signals, and Pipes
- Chapter 9, Network Programming
- Chapter 10, Data Encoding Using Go