Skip to main content
November 16, 2023
Solved

How to check my process model "executed on same engine" or "executed on engine balancing"

  • November 16, 2023
  • 2 replies
  • 0 views

Hi 

How to check my process model "executed on same engine" or "executed on engine balancing".

I checked on monitor view of engine column.

Is that correct or not?If not correct plz explain me how can i check it.

Thanks

Best answer by stefanhelzle0001

Yes, your assumptions are correct.

Keep in mind that the sub-process node will run a child process always on the same engine, while the "Start Process" node will run the process on any available engine. In most cases this does not really matter, but when you start a larger number of child processes, make sure to distribute load choosing the correct node type.

2 replies

stefanhelzle0001
Brainy
November 16, 2023

Yes, your assumptions are correct.

Keep in mind that the sub-process node will run a child process always on the same engine, while the "Start Process" node will run the process on any available engine. In most cases this does not really matter, but when you start a larger number of child processes, make sure to distribute load choosing the correct node type.

girlc0001Author
November 16, 2023

[mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05] 

Thank for your explain . I got it clearly.