Jump to content

Perform Script on Server (concurrent)


This topic is 492 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

Link to comment
Share on other sites

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) 

Link to comment
Share on other sites

This topic is 492 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.