Skip to main content
Solved

FME server engines count. Engine@port?

  • January 22, 2020
  • 2 replies
  • 16 views

Forum|alt.badge.img

We have 12 engines in our FME server. I can see engine9 and engine9@39899, thus having 13 engines.

What is this?

Best answer by david_r

It's not an additional engine, it's a child process running on the same engine. In your case, it's job ID 39899 running as a child job on Engine9.

Child processes are typically created by FMEJobSubmitters set to Wait=Yes.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • Best Answer
  • January 22, 2020

It's not an additional engine, it's a child process running on the same engine. In your case, it's job ID 39899 running as a child job on Engine9.

Child processes are typically created by FMEJobSubmitters set to Wait=Yes.


Forum|alt.badge.img
  • Author
  • January 22, 2020

I see. Thanks.