Quickly Use Delphi FireDAC In A Multithreaded Environment With The FireDAC.Pooling Sample
September 22, 2020
This sample uses theUse Connection Definitiondrop-down menu to select a connection definition.
In a multithreaded application, where each thread starts, establishes a connection, performs a certain short task, and releases the connection, the repetitive connection establishments may lead to performance degradation across the whole system. To avoid this, the application can use the…