Local Machine Interprocess Communication with .NET

added by Ricardo Peres
9/14/2015 5:06:18 PM

935 Views

TL; DR; A description of several techniques to pass messages between processes running on the same machine. At times, there is the need for multiple processes running on the same machine to talk to each other. This is, for example, so that they can synchronize or share some kind of data.


0 comments