The Linux IPC (Inter-process communication) facilities provide a methods for multiple processes to communicate with one another.
IPC Types:
- Half-duplex UNIX pipes
- FIFOs (named pipes)
- Message queues
- Semaphore
- Shared Memory
- Networking sockets
No comments:
Post a Comment