Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop
Title: ProcessCommunication Download
 Description: 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.
 Downloaders recently: [More information of uploader freelibrary1]
  • [pipe] - exchange data through pipelines
  • [VcNamePipe] - use named pipes Post chutes to achieve i
  • [ShareMemDLL] - shared memory, as well as the process of
  • [lessonprocess] - named pipe full advantage of the Windows
  • [PipeTest] - The use of Named Pipes to communicate a
  • [17_jinchengtongxin] - The process of communication has in many
  • [developpacket] - windows inside the IPC, pipe pipeline us
  • [ShareCom] - Wrote it myself a process of communicati
  • [CMMI] - CMMI using named pipe technology, in the
  • [IPCSocket] - Windows IPC socket program (tcp/udp) (se
File list (Check if you may need any files):
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
    

CodeBus www.codebus.net