プロセス間通信
#Linux_System_Programming
Linuxでサポートされているプロセス間通信の仕組みは次のものがある
パイプ
名前付きパイプ named pipe
Semaphore
メッセージキュー
Shared memory
Futexes