I am planning to use a yxdb file, which is stored in a network share drive as an input file in an app on the gallery.
Will this work or will it cause concurrency issues when multiple user run the same app at the same time on the gallery?
Solved! Go to Solution.
@IntlTaxGuy16 Basically no issue. As access to a yxdb requires just 'READ' permission, so multiple user can access at the same time.
And, WF uploaded on Server will be individually fetched to temporary folder from Mongo DB for every runs. Multiple execution of the same WF will not be issue. It's just a matter of how many simultaneous run is allowed in system setting.
Thanks Gawa,
That is what I was hoping to hear.