FairMQ/fairmq/README.md
Alexey Rybalchenko 4c7f119ce8 Configuration docs
2017-08-30 08:38:00 +02:00

1.3 KiB

FairMQ

Standard FairRoot is running all the different analysis tasks within one process. FairMQ (Message Queue) allows starting tasks on different processes and provides the communication layer between these processes.

  1. Device
    1. Topology
    2. Communication Patterns
    3. State Machine
    4. Multiple devices in the same process
  2. Transport Interface
    1. Message
      1. Ownership
    2. Channel
    3. Poller
  3. Configuration
    1. Device Configuration
    2. Communication Channels Configuration
      1. JSON Parser
      2. SuboptParser
  4. Development
    1. Testing
  5. Examples