- Hands-On System Programming with Go
- Alex Guerrieri
- 34字
- 2021-06-24 13:42:17
Process communications
The operating system is responsible for communication between processes and has different mechanisms to exchange information. These processes are unidirectional, such as exit codes, signals, and pipes, or bidirectional, such as sockets.