Datasnap.DSTCPServerTransport.TDSTCPServerTransport.MaxThreads

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxThreads: Integer read FMaxThreads write FMaxThreads default 0;

C++

__property int MaxThreads = {read=FMaxThreads, write=FMaxThreads, default=0};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPServerTransport

Description

Specifies the maximum number of threads allowed in the scheduler.

MaxThreads specifies the maximum amount of threads allowed in the scheduler. No limit is imposed on thread pool size, if set to 0. The value of the MaxThreads property must be set before the server is started. The default value is 0.

See Also