TIL: nix IPC APIs

2022-05-22 00:00:00 +0000 UTC

There are several different options for IPC on Unix systems. I read Beej’s Guide to Unix IPC as a high-level primer. Here are 4 options and some basic details of each.

Additional resources: The Linux Programmer’s Guide (1995).

Tags: til c