Skip to main content
Solved

Using Parallele Processing using FME Server

  • July 20, 2017
  • 5 replies
  • 35 views

mygis
Supporter
Forum|alt.badge.img+14

Hi there,

This is a question of a general nature. I understand that parallel processing is making use of the CPU's cores to process certain grouped data. However, since the FME engines are running/licensed each based on the existing cores in the server's CPU; would the processed workspace consume an additional engine?

 

Thanks.

 

Lyes

Best answer by redgeographics

To illustrate what @david_r said:

All done on a FME Clould 2017 Starter instance (2 engines)

Job 752 is without parallel processing, 753 and 754 are run simultaneously with Moderate parallel processing, 755 is run by itself, also with Moderate parallel processing.

The fact I was able to start 754 while 753 was already running indicates it (753) didn't grab that additional engine.

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.

5 replies

david_r
Celebrity
  • July 20, 2017

Parallell processing does not use additional engines, it will only create multiple child processes within each engine thread.


redgeographics
Celebrity
Forum|alt.badge.img+62
  • Celebrity
  • Best Answer
  • July 20, 2017

To illustrate what @david_r said:

All done on a FME Clould 2017 Starter instance (2 engines)

Job 752 is without parallel processing, 753 and 754 are run simultaneously with Moderate parallel processing, 755 is run by itself, also with Moderate parallel processing.

The fact I was able to start 754 while 753 was already running indicates it (753) didn't grab that additional engine.


mygis
Supporter
Forum|alt.badge.img+14
  • Author
  • Supporter
  • July 21, 2017

Parallell processing does not use additional engines, it will only create multiple child processes within each engine thread.

Thanks for the clarification @david_r

 

 


mygis
Supporter
Forum|alt.badge.img+14
  • Author
  • Supporter
  • July 21, 2017

To illustrate what @david_r said:

All done on a FME Clould 2017 Starter instance (2 engines)

Job 752 is without parallel processing, 753 and 754 are run simultaneously with Moderate parallel processing, 755 is run by itself, also with Moderate parallel processing.

The fact I was able to start 754 while 753 was already running indicates it (753) didn't grab that additional engine.

Thanks for the confirmation Hans @redgeographics

 


mygis
Supporter
Forum|alt.badge.img+14
  • Author
  • Supporter
  • July 21, 2017
p.s., cool, we can now accept multiple answers !