Jeffrey Bloch Posted December 12, 2022 Posted December 12, 2022 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?
Ocean West Posted December 13, 2022 Posted December 13, 2022 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)
Recommended Posts
This topic is 960 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now