hmbdc
simplify-high-performance-messaging-programming
 All Classes Namespaces Functions Variables Friends Pages
hmbdc::app::context_property::msgless_pool Class Reference

Context template parameter indicating the Context must contain a pool to run Clients and the Clients in the pool shall not receive messages - Unlike the default pool. More...

#include <Context.hpp>

Detailed Description

Context template parameter indicating the Context must contain a pool to run Clients and the Clients in the pool shall not receive messages - Unlike the default pool.

msgless_pool performs better when its Clients don't need to receive messages from the Context. This is useful when the Clients are network transport engines. By default, partition Context don't come with a pool due to semantic reason, but this Context property enables a pool that does not deliver messages.


The documentation for this class was generated from the following file: