references:
[1] IPC through shared memory
[2] Inter Process Communication (IPC)
[3] https://www.geeksforgeeks.org/pipe-system-call/
[4] watch command in Linux with Examples
- 参考链接1和2是介绍了共享内存IPC的简单原理和相关系统调用的使用
- 参考链接3是介绍了管道通信的内容
- 参考链接4介绍了如何实时查看共享内存
watch -d 'ipcs -m'