Book about tcp, http, named pipe, shared memory, wcf and other inter-process communication protocol
- by Samuel
Recently, I had to create a program to send messages between two winforms executable. I used a tool with simple built-in functionalities to prevent having to figure out all the ins and outs of this vast quantity of protocols that exist.
But now, I'm ready to learn more about the internals difference between each of theses protocols. I googled a…