Skip to main content
Question

FME Desktop .NET API - multi threading with IFMEOWorkspaceRunner

  • July 20, 2017
  • 1 reply
  • 10 views

Hello,

I am attempting to run different work spaces on different threads using the .NET API. Whenever I call "RunWithParameters" all of the work spaces fire but FME processes them one after the other instead of running them all asynchronously. I am able to run up to 8 instances of FME simultaneously if I open and run them manually but I cannot figure out how to do this in .NET. Is this a limitation of the API or am I missing something?

Thanks,

Chris

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.

1 reply

david_r
Celebrity
  • July 21, 2017

I suspect that rather than using IFMEOWorkspaceRunner, you should be manually executing multiple instances of fme.exe with the relavant parameters.