Hi, TSQLDBPostgresConnectionProperties have a pooling management? (I'm not referring to the management of the HTTPserver with its 32 threads and connection): Thanks
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.