Subject RE: [firebird-support] performance issue with firebird 3.0 embedded on linux
Author
---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