Subject | Question about multithread: readonly query in a single transaction |
---|---|
Author | Marco Andreolli |
Post date | 2018-09-17T13:50:16Z |
Hi everybody,
I have a simple question, I would execute a query (select) in one separated theread.
Is it safe run multiple (only select) query in separated thread using the same transaction?
I should use a different transaction? or even different connection?
I'm a delphi developer and I use fbclient.dll and firebird 2.5
PS: fbclient.dll guarantee threading safe operations at transaction or connection level?
Thanks in advance
Marco