Icon ServerMainThreadCacheSize Property

property ServerMainThreadCacheSize: Integer

Usage

Use the ServerMainThreadCacheSize property to specify the total number of threads that should be cached by the database server for regular data 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 database server.

Information This property cannot be set while the engine is active and the TDBISAMEngine Active property is True.
Image