Shared memory provides the fastest method of interprocess communication, because it processes read and write messages at the speed of memory transfers.
共享内存提供了最快的进程间通信方法,因为它以内存传输的速度来处理读写消息。
2
It is illegal to read or write blue and red memory.
读取或者写入蓝色和红色内存是不合法的。
3
Reads and writes of atomic variables have the same memory semantics as read and write access to volatile variables.