Question

FME Desktop .NET API - multi threading with IFMEOWorkspaceRunner

  • 20 July 2017
  • 1 reply
  • 0 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


1 reply

Userlevel 4

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

Reply