通过共享内存实现进程通信

时间:2012-08-12 12:48:11
【文件属性】:

文件名称:通过共享内存实现进程通信

文件大小:6.85MB

文件格式:RAR

更新时间:2012-08-12 12:48:11

共享内存 进程通信

本实例通过共享内存实现进程间通信,通过测试发送1000次中间sleep(1),只需1953ms。演示时需要打开server端的确认按钮


【文件预览】:
ShareMemory
----Client()
--------Client.dsp(4KB)
--------Client.aps(35KB)
--------Client.ncb(57KB)
--------StdAfx.cpp(208B)
--------resource.h(730B)
--------Client.plg(1KB)
--------ClientDlg.h(1KB)
--------Debug()
--------ReadMe.txt(3KB)
--------StdAfx.h(1KB)
--------ClientDlg.cpp(5KB)
--------Client.dsw(535B)
--------Client.cpp(2KB)
--------res()
--------ClientData.h(842B)
--------Client.opt(51KB)
--------ClientData.cpp(2KB)
--------Client.clw(1KB)
--------Client.rc(5KB)
--------Client.h(1KB)
----Server()
--------ServerDlg.cpp(5KB)
--------StdAfx.cpp(208B)
--------Server.aps(35KB)
--------resource.h(730B)
--------Server.rc(5KB)
--------Server.h(1KB)
--------Debug()
--------ReadMe.txt(3KB)
--------Server.clw(1KB)
--------StdAfx.h(1KB)
--------Server.dsp(4KB)
--------Server.opt(52KB)
--------Release()
--------ServerDlg.h(1KB)
--------Server.plg(694B)
--------res()
--------ServerData.h(790B)
--------Server.ncb(57KB)
--------Server.cpp(2KB)
--------Server.dsw(535B)
--------ServerData.cpp(2KB)

网友评论

  • 学习了,最近正在做一个用共享内存来实现进程间通信的功能。有帮助