Share memory between processes in C++

Wouldn’t be awesome to have some fastest way to share data between processes and services than TCP/UDP sockets, even faster than Unix sockets or OS Events/Signals?
Stop dreaming, it exists, the FASTEST DATA SHARING EVER SEEN, shared memory.

Shared memory is just accessing the same memory block from two or more processes, that means that multiple processes can share data in real time.

Continue reading “Share memory between processes in C++”

Design a site like this with WordPress.com
Get started