10.2.7.2.5 Which Threads Model Is Best for You?

Various models for multithreaded programs are now being used, including the following:

  • Boss/worker model
  • Siblings model
  • Workflow model

We do not discuss threads models in this documentation. We recommend that you research all available models and consider your design requirements carefully when choosing a programming model for your application.