Skip to main content

Courier 3.5

IPC dynamic Component Count and Process Count

Due to a new concept of IPC messages more processes and components are allowed. Actually the size of a message is dynamic by compile time now. Note the following points:

  1. Changed ComponentType::Invalid to COURIER_COMPONENT_MAX_COUNT.
  2. All applications need the same COURIER_COMPONENT_MAX_COUNT and COURIER_PROCESS_MAX_COUNT to work properly.