Advanced #Programming in the #UNIX Environment
Week 8, Interprocess Communications Intro
We begin our discussion of Interprocess Communication by providing a quick overview of the different properties of #IPC mechanisms as well as which mechanisms we will cover:
- Signals (see previous week)
- System V IPC (Semaphores, Shared Memory, Message Queues)
- Pipes and FIFOs
- socketpairs and sockets