Shared Memory Inter Process Communication (IPC)

Shared Memory Inter Process Communication (IPC)

瀏覽:1358
日期:2024-11-06
There are quit many forms of IPC. I have made extensive use of named pipe communication, however this is in many cases overkill when you only need IPC within the system. Shared memory can be the solution. I have made this code as much standard C++ ......看更多