Skip to main content
Question

Concurrent invocation of a workbench ?

  • April 17, 2013
  • 2 replies
  • 22 views

Does FME server support concurrent invocation of a given workbench. To be specific is it possible to invoke the same workbench from N # of systems at the same given instance of time .
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

soeren
Contributor
Forum|alt.badge.img+7
  • Contributor
  • April 17, 2013
FME Server uses a queue, so concurrent requests to run the same workspace will be executed in the order they arrive. It depends on the number of engines that are running with your FME server, how many times the workspace is executet concurrently.

mark2atsafe
Safer
Forum|alt.badge.img+59
  • Safer
  • April 17, 2013
The simple answer is yes. For example both you and I could run the same workspace on different engines.

 

 

The longer answer is that you need to be careful when the workspaces are trying to read - but especially write - to the same dataset. Preferably you'll be using a database that can keep itself in sync. You wouldn't want to try and write to the same file simultaneously. At best one workspace could be denied access. At worst you could get a corrupt output file.

 

 

Hope this helps

 

 

Mark

 

 

Mark Ireland

 

Product Evangelist

 

Safe Software Inc