TORASession and Pooling
Posted: Tue 06 Jun 2017 14:15
Hello,
I am building an application with Delphi 7, this app run 15 SQLs, every SQL return a number (count). I am doing with threads and the execution is parallel, but I only am using a Session so the SQLs running sequentially. I have seen the properties of TORASession and I have tried with pooling but sure I am doing it wrong.
The question would be, ¿Could I run 15 SQLs in parallel with a only TORASession?, ¿How can I do it?
I am building an application with Delphi 7, this app run 15 SQLs, every SQL return a number (count). I am doing with threads and the execution is parallel, but I only am using a Session so the SQLs running sequentially. I have seen the properties of TORASession and I have tried with pooling but sure I am doing it wrong.
The question would be, ¿Could I run 15 SQLs in parallel with a only TORASession?, ¿How can I do it?