* Threads, Processes & IPC - Inter-Process Communication
http://www.codeproject.com/KB/threads/#Inter-Process+Communication


//=======================================================
//
Fast IPC Communication Using Shared Memory and InterlockedCompareExchange
http://www.codeproject.com/Articles/14740/Fast-IPC-Communication-Using-Shared-Memory-and-Int
    - osIPC 한개 네임스페이스, 1개 파일
    - Server/Client 구조

- 문제 : 한텀 지나서 자료를 받아옴, 사용 불가 상태

- 그냥 사용법만 참고

Fast IPC Communication -NewSource.zip


IPCTest_vc6.7z



IPCWorkshop
http://www.codeproject.com/Articles/3544/IPCWorkshop
    - 4가지 공유방법
    - 간단 클래스

IPCWorkshop.zip



//==========================================

//보류

XQueue - a non-MFC C++ class to manage an interprocess queue
http://www.codeproject.com/Articles/9329/XQueue-a-non-MFC-C-class-to-manage-an-interprocess
    - 복잡

A Simple Wrapper for Sharing Data Structures Between Processes
http://www.codeproject.com/Articles/1362/A-Simple-Wrapper-for-Sharing-Data-Structures-Betwe
    - 단순 메모리 공유방법 제시

Interprocess Communication using Shared Memory
http://www.codeproject.com/Articles/150/Interprocess-Communication-using-Shared-Memory
    - 방법만 제시, 클래스 화 안됨

Shared Memory with IPC with threads
http://www.codeproject.com/Articles/8458/Shared-Memory-with-IPC-with-threads
    - 방법만 제시, 클래스 화 안됨


Windows IPC
http://www.codeproject.com/Articles/13724/Windows-IPC
    - 간단 예제

Inter-Process Communication (IPC) Introduction and Sample Code
http://www.codeproject.com/Articles/34073/Inter-Process-Communication-IPC-Introduction-and-S
    - 24개 Project
    - 모든 IPC 방법 소개, C++, C#, VB

Fast IPC - New implementation
http://www.codeproject.com/Articles/602005/Fast-IPC-New-implementation
    - vc6 안됨

RCF(Remote Call Framework) - Interprocess Communication for C++
http://www.codeproject.com/Articles/12521/RCF-Interprocess-Communication-for-C
    - 복잡


반응형
Posted by codens