Hello Dynamo Community
I’m developing an application hosted on the Viktor cloud platform with Dynamo serving as its back end. The front end is designed such that users interact with inputs that reflect those in the Dynamo graph. The application triggers a Dynamo script on a third-party server via the Dynamo CLI when activated.
My primary query revolves around Dynamo’s capability to handle multi-threading. Specifically, if multiple users initiate the application simultaneously, does Dynamo process these requests in parallel or sequentially?
I appreciate any insights or guidance on this matter.
Thank you.