hmbdc
simplify-high-performance-messaging-programming
|
Context template parameter indicating the Context is ipc enabled and it can attach to an ipc transport thru a name. More...
#include <Context.hpp>
Context template parameter indicating the Context is ipc enabled and it can attach to an ipc transport thru a name.
it is very important that the Context is constructed exactly the same size (see constructor) and type (partition vs broadcast) as the ipc transport creator specified (ipc_creator Context). All Contexts attaching to a single ipc transport collectively is subjected to the max_parallel_consumer limits just like a sinlge local (non-ipc) Context does. Example in ipc-market-data-propagate.cpp