Usage of Different IPC mechanism
问题 I am a c++ programmer. I wanted to know a real time scenario where we can use different IPC mechanisms like PIPE/Named, Shared Memory. I roughly know where I can use socket and message queue. But for PIPE/Named PIPE and shared memory I am not getting any idea. This is just for understanding about different IPC mechanisms and their usage. Thanks, 回答1: I needed to use Named pipe for communicating with my Erlang Vitual Machine which was running as a daemon. I believe they are being slowly