Datasnap.DSTCPServerTransport.TDSTCPServerTransport.PoolSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PoolSize: Integer read FPoolSize write FPoolSize default 10;

C++

__property int PoolSize = {read=FPoolSize, write=FPoolSize, default=10};

Properties

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

Description

Specifies the maximum number of threads allocated in the thread pool.

PoolSize specifies the maximum number of threads allocated in the thread pool. The value of the PoolSize property must be set before the server is started. The default value is 10.

See Also