#1 2023-10-20 10:11:49

Stemon63
Member
Registered: 2016-10-24
Posts: 49

TSQLDBPostgresConnectionProperties pooling question

Hi, TSQLDBPostgresConnectionProperties have a pooling management?
(I'm not referring to the management of the HTTPserver with its 32 threads and connection):
Thanks

Offline

#2 2023-10-20 10:33:29

mpv
Member
From: Ukraine
Registered: 2012-03-24
Posts: 1,544
Website

Re: TSQLDBPostgresConnectionProperties pooling question

No, only connections per thread (operating system thread ID). Technically, this is not limited to HTTP server threads - your application can create its own threads.

Offline

#3 2023-10-20 11:34:59

Stemon63
Member
Registered: 2016-10-24
Posts: 49

Re: TSQLDBPostgresConnectionProperties pooling question

Ok. Thanks a lot

Offline

Board footer

Powered by FluxBB