December 12, 20223 yr Is there a limit to the number of scripts that can run simultaneously on a server launched from a single application (not requiring completion)? Assuming that a script requires 10 seconds to run, what would happen if 10 of these scripts are launched simultaneously to be run on the server?
December 13, 20223 yr Server has a limit 0-500 Max PSOS connections you can modify that using the AdminAPI Depending on the complexity of the script you could spawn many scripts just remember it's just like any user and if your startup scripts are required for setting globals or establishing content you may not need it for your PSOS script you should probably bypass that, it will be more performant. I believe the PSOS max may also include any server scheduled scripts as it's all apart of the FMSE (Scripting Engine)
Create an account or sign in to comment