Schlagwort-Archive: Serialize

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

Inter-Process Communication with Memory-Mapped Files, Part 01: transfer a data structure and an object

Within this article I want to show you how an inter-process communication using memory-mapped files may be implemented. Within this first of two articles you will learn the basic concept to transfer a data structure and a data object between … Weiterlesen

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