NetServer Threading element
•
Environment: onsite
Some tooltip text!
• 1 minute to read
• 1 minute to read
Configuration values related to threading.
<Threading>
<add key="MaxParellalThreads" value="30" />
<add key="DisableMultithreading" value="false" />
<add key="ForceMultithreading" value="false" />
</Threading>
Name | Description | Default |
---|---|---|
DisableMultithreading | Determines whether NetServer should run in single-threaded mode. | false |
ForceMultithreading | Determines whether NetServer should force multi-threaded mode. | false |
MaxParellalThreads | Max parallel operations that are permitted to be run in parallel. -1 is infinite. | 30 |
See the NetServer Core reference for details about handling this programmatically.