hmbdc
simplify-high-performance-messaging-programming
|
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>
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.