* 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
IPCWorkshop
http://www.codeproject.com/Articles/3544/IPCWorkshop
- 4가지 공유방법
- 간단 클래스
//==========================================
//보류
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
- 복잡
'Code > Desktop' 카테고리의 다른 글
시스템 대기모드(절전 모드, 스크린세이버) 들어가는 것 방지 (0) | 2014.05.16 |
---|---|
C++ 예외 처리 (0) | 2014.04.10 |
sscanf 에러 - 현재 보류 (0) | 2014.03.26 |
윈도우즈 64/32비트 판별 함수 (0) | 2014.03.26 |
Native API의 함수포인터를 지정할때 에러 해결방법 (0) | 2014.03.23 |