Click here to Skip to main content
15,868,164 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 Score

IPC 

2 Jun 2012 by Ben Baron
Java source code to demonstrate Executable Integration which is a concept of integrating several distinct executables to create a single application
28 Feb 2022 by pdoxtader
A simple and convenient wrapper class for Anonymous Pipes in C# using serialization.
17 Mar 2014 by Ondrej_Uzovic
Improve the performance of interprocess communication between Android and .NET using fast binary serialization (Protocol Buffers) instead of XML or JSON.
27 Sep 2017 by ChRi$m0rG@N
This article documents a simple messaging layer implemented with named pipes.
22 Jul 2020 by honey the codewitch
Diving into some of the core plumbing behind the Windows operating system
2 Sep 2011 by Alexander Bessonov
A simple high-level IPC library with ability to use native C++ interfaces.
26 Sep 2010 by TheUberOverLord
Monitors All Skype4COM and API Messages for Skype Includes Command Input. Shows What Goes On Behind The Scenes with Skype Message Processing using the API and Skype4COM Library. Includes Microsoft ClickOnce Deployment Technology As Well As ClickOnce Automatic Updates Examples. A Must Have Tool!
14 Apr 2018 by Andy Galluzzi
Join me to create the most advanced yet most simple to use full duplex MMF based IPC for Windows
14 Apr 2018 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.
8 Sep 2019 by Code Artist
TCP Application Protocol is an IPC (Inter-process Communication) created to provide common remote interface for between applications.