cpp-ipc

C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows. (by mutouyun)

Cpp-ipc Alternatives

Similar projects and alternatives to cpp-ipc

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cpp-ipc alternative or higher similarity.

cpp-ipc reviews and mentions

Posts with mentions or reviews of cpp-ipc. We have used some of these posts to build our list of alternatives and similar projects.
  • What are the "best practices" or "better design patterns" for posting message from one thread to others?
    1 project | /r/learnprogramming | 7 Sep 2021
    I'm working on a complex c++ project for my company these days. First, I need to pass 5 different types of messages (and attached data) from Process A to Process B. I use cpp-ipc and it works fine. And in Process B, there is one thread (called thread b) which is responsible for receiving those messages and "posting" them to other threads. I can't determine (and of course, don't know) the good solutions. My current idea is to use 5 concurrent queues for the 5 types of message. When thread b receives a message, it pushes the message to a queue, and other threads take the message from the queue. pseudocode example:

Stats

Basic cpp-ipc repo stats
1
1,597
6.1
about 2 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com