阅读背景:

共享内存与消息传递 Shared memory versus message passing

来源:互联网 

Shared memory versus message passing

Tasks can use two different methods to communicate with each other. The first one is shared memory, and normally it is used when the tasks are running in the same computer. The tasks use the same memory area where they write and read values. To avoid problems, the access to this shared memory has to be in a critical section protected by a synchronization mechanism.Tasks ca




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: