Shared memory IPC
一、一般认为,共享内存是最快的 IPC 方式。
二、它是很多其他高级技巧的基础
stackoverflow Fastest technique to pass messages between processes on Linux?
- TCP
- UDP
- Sockets
- Pipes
- Named pipes
- Memory-mapped files
are there any more ways and what is the fastest?
一、一般认为,共享内存是最快的 IPC 方式。
二、它是很多其他高级技巧的基础
are there any more ways and what is the fastest?