Schlagwort-Archive: XmlSerializer

Inter-Process Communication with named pipes, Part 02: transfer an object

In the previous article of this series you have seen how to use named pipes to transfer data between two processes. In the example application of this previous article only byte data was send between the processes. Within this article … Weiterlesen

Veröffentlicht unter .NET, C# | Verschlagwortet mit , | 1 Kommentar

Inter-Process Communication with Memory-Mapped Files, Part 02: serialisation and thread-safe access

This is the second of two articles about inter-process communication with memory-mapped files. In this first article you have seen how memory-mapped files may be used to transfer data between several processes. This first implementation had two disadvantages. The binary … Weiterlesen

Veröffentlicht unter .NET, C# | Verschlagwortet mit , , , , , | 9 Kommentare