文件名称:ProcessCommunication

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 150kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 周**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了)

管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。

-Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named pipe. (As for the rest of IPC, such as memory mapping, etc. Mailslot not presented here) Pipeline (pipe) is used for IPC shared memory region. Create a pipeline known as the pipeline process server, and connect to the pipeline as the pipeline of the process of the client. A process to write information to the pipeline, while a process to read information from the pipeline.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Windows系统编程之进程间通信.doc

命名管道示例

............\客户端.exe

............\服务器.exe

............\源码

............\....\客户端

............\....\......\Resource.h

............\....\......\StdAfx.cpp

............\....\......\StdAfx.h

............\....\......\客户端.cpp

............\....\......\客户端.dsp

............\....\......\客户端.dsw

............\....\......\客户端.h

............\....\......\客户端.rc

............\....\......\客户端Dlg.cpp

............\....\......\客户端Dlg.h

............\....\服务器

............\....\......\Resource.h

............\....\......\StdAfx.cpp

............\....\......\StdAfx.h

............\....\......\服务器.cpp

............\....\......\服务器.dsp

............\....\......\服务器.dsw

............\....\......\服务器.h

............\....\......\服务器.rc

............\....\......\服务器Dlg.cpp

............\....\......\服务器Dlg.h

异步管道示例

............\DataRedirect.cpp

............\DataRedirect.exe

............\sample.cpp

............\Sample.exe

............\sample.in

............\实验说明.txt

............\异步管道流程图.bmp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org