Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / IPC

IPC

IPC

Great Reads

by honey the codewitch
Creating an application that can run once, but then accept command line args from subsequent runs
by Andy Galluzzi
Join me to create the most advanced yet most simple to use full duplex MMF based IPC for Windows
by Ondrej_Uzovic
Improve the performance of interprocess communication between Android and .NET using fast binary serialization (Protocol Buffers) instead of XML or JSON.
by pdoxtader
A simple and convenient wrapper class for Anonymous Pipes in C# using serialization.

Latest Articles

by honey the codewitch
Creating an application that can run once, but then accept command line args from subsequent runs
by Andy Galluzzi
Join me to create the most advanced yet most simple to use full duplex MMF based IPC for Windows
by Ondrej_Uzovic
Improve the performance of interprocess communication between Android and .NET using fast binary serialization (Protocol Buffers) instead of XML or JSON.
by pdoxtader
A simple and convenient wrapper class for Anonymous Pipes in C# using serialization.

All Articles

Sort by Score

IPC 

by Andy Galluzzi
Join me to create the most advanced yet most simple to use full duplex MMF based IPC for Windows
by Ondrej_Uzovic
Improve the performance of interprocess communication between Android and .NET using fast binary serialization (Protocol Buffers) instead of XML or JSON.
by pdoxtader
A simple and convenient wrapper class for Anonymous Pipes in C# using serialization.
by Andy Galluzzi
This is yet another MMF IPC data transfer class, but with the particularities of a logging tool: it has one operative process that simply collects all the logged data and one or more passive process that generates and writes the log information.
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 ChRi$m0rG@N
This article documents a simple messaging layer implemented with named pipes.
by Alexander Bessonov
A simple high-level IPC library with ability to use native C++ interfaces.
by Code Artist
TCP Application Protocol is an IPC (Inter-process Communication) created to provide common remote interface for between applications.
by honey the codewitch
Diving into some of the core plumbing behind the Windows operating system