搜索资源列表
内存映射文件进行进程通信
- 使用内存映射文件在两个进程间进行通信-use memory-mapped file between the two processes communicate
CommunicationBetweenProcesses
- vc++进程间通信的一个例子,采用两种方式实现进程间通信.一个是发送共享消息,一个是内存映射文件.可直接执行.因为没有其他的内容,初学者可采取修改对比法进行学习,迅速掌握其中的原理.-vc++ process communication An example of two way communication process. One is sent to share the news, one is memory-mapped file. can be directly executed. b
VC代码
- 一个简单的通过内存映射文件进行进程通信的实例,Process1写内容,Process2进行内容展示。(process communication)