文件名称: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.
管道(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.
相关搜索: pipe
windows
pipe
windows
进程间通信
管道
ProcessCommunication
进程间通信
ProcessComm
dll
Named
Pipes
delphi
命名管道
windows
pipe
windows
进程间通信
管道
ProcessCommunication
进程间通信
ProcessComm
dll
Named
Pipes
delphi
命名管道
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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
命名管道示例
............\客户端.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