Icon ServerThreadCacheSize Property

property ServerThreadCacheSize: Integer

Usage

Use the ServerThreadCacheSize property to specify the total number of threads that should be cached by the ElevateDB Server for connections when the EngineType property is set to etServer. The default value is 10. Caching threads helps improve connection times by eliminating the need to constantly create and destroy threads as remote sessions connect to and disconnect from the server.

Information The Active property must be False in order to assign a value to this property.
Image