Click here to Skip to main content
15,891,316 members
Everything / IPC

IPC

IPC

Great Reads

by ThatsAlok
Simple tip and trick for Mail Slot
by ThatsAlok
IPC using memory mapped file in managed VC++
by Ben Baron
Java source code to demonstrate Executable Integration which is a concept of integrating several distinct executables to create a single application
by Paul M Watt
This is an introduction to network alchemy

Latest Articles

by pdoxtader
A simple and convenient wrapper class for Anonymous Pipes in C# using serialization.
by honey the codewitch
Diving into some of the core plumbing behind the Windows operating system
by honey the codewitch
Creating an application that can run once, but then accept command line args from subsequent runs
by Code Artist
TCP Application Protocol is an IPC (Inter-process Communication) created to provide common remote interface for between applications.

All Articles

Sort by Title

IPC 

1 May 2020 by honey the codewitch
Creating an application that can run once, but then accept command line args from subsequent runs
28 Oct 2014 by bvinothraj
C++ Wrapper for Pipe-based IPC in Windows
27 Dec 2010 by Mr Nukealizer
Ideal for finding LoadLibrary() in 32 bit programs from a 64 bit program but it works for any function in any DLL and supports forwarded functions and ordinals.
19 Jul 2013 by ThatsAlok
IPC using memory mapped file in managed VC++
7 Jan 2012 by ThatsAlok
Simple tip and trick for Mail Slot
12 Mar 2014 by Ivan Perevernykhata
This article introduces tiny library, that allows easily use IPC with C# (share objects, send messages and exchange data in few lines of code).