SOLVED
Multiple users running an app in gallery that has an input from a yxdb file.
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
IntlTaxGuy16
7 - Meteor
‎07-17-2024
06:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Labels:
- Labels:
- Apps
2 REPLIES 2
16 - Nebula
‎07-17-2024
09:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@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.
‎07-18-2024
07:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Gawa,
That is what I was hoping to hear.
