What is inter-process communication (IPC)?
Sending and receiving of information between processes
What are the main approaches to IPC?
Signals, sockets
What is a signal?
It’s an integer value sent from one process to another
What are the two steps in using signals?
Install a signal handler