Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
{}
Wiki Markup
scrollbar

OpenMI components (LinkableComponents) within an OpenMI configuration will always run on the same machine in a single tread. However, if you construct your OpenMI component, using the wrapper pattern (see below), only the wrapper needs to run in the same tread as the other OpenMI components in the OpenMI configuration. The calculation engine, or whatever data source that works in the background can run on a remote machine.

...