Entries in shared memory (1)

Thursday
Jan212010

Interprocess Communications Using Shared Memory

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.

Click to read more ...