Interprocess Communications Using Shared Memory
Thursday, January 21, 2010 at 9:16PM In this article I cover Interprocess Communication through the use of shared memory. Shared Memory facilities in Windows is implemented using the page file and I have seen it used for integrating with legacy applications. A typical case is a legacy application that is at the end of its lifecycle and is in the process to be replaced or a real-time application that consumes or produces data.
.Net,
c#,
shared memory in
interprocess communication,
ipc,
messaging 