hmbdc
simplify-high-performance-messaging-programming
|
template that Domain uses for the IPC communication properties More...
#include <Domain.hpp>
template that Domain uses for the IPC communication properties
IpcCapacity | power of 2 value startign from 4, (8, 16 ... 256) It specify up to how many IPC parties (processes) are communicating |
MaxMessageSize | the compile time specified max size of the IPC transferred message, this does not include the attachment size, it could be simply set to be something like hmbdc::max_size_in_tuple<AllSendMessagesTuple> If set to be 0, the value becomes runtime configured. |