Datasnap.DSTCPServerTransport.TDSTCPServerTransport.PoolSize

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Unit: Datasnap.DSTCPServerTransport
Parent: TDSTCPServerTransport

Delphi

property PoolSize: Integer read FPoolSize write FPoolSize default 10;

C++

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

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