DP News-Robot |
16. Dez 2018 10:50 |
Firedac and connection pool
Less known is that the FireDAC property contains the right support for the Connection in the Connection pool is Pool.Co? In the case of multi-threaded applications (i.e. all those REST servers or anything where the serve more requests at the same time, or even normal applications where you have multiple dynamic connection) usually need access to the database. And FireDAC is threadsafe (IE safe use in thread) only in the case that the thread has its own Connection (this is a normal request across languages or platformam
Weiterlesen...
|