Subject RE: [firebird-support] performance issue with firebird 3.0 embedded on linux
Author chen hsu
I see. That might be the cause that I did not see throughput increase by adding more threads. let me try to have each thread create its own dedicated connection.  


To: firebird-support@yahoogroups.com
From: firebird-support@yahoogroups.com
Date: Fri, 17 Jun 2016 12:11:03 -0700
Subject: RE: [firebird-support] performance issue with firebird 3.0 embedded on linux

 
---In firebird-support@yahoogroups.com, <chenxuz@...> wrote :


> yes, one connection per database, any thread needs to access this database would
> create its own transaction.

  Then you have serialization at connection level. Both engine and remote layer doesn't allow to run more than one thread per connection at the same time.

Regards,
Vlad