Subject Re: [firebird-support] Re: Multithreaded embedded application
Author Mark Rotteveel
maverickthunder wrote:
> Hi Elmar,
>
> I don't know in fb 1.5 but in 2.1, I use the same handle in a multithread app (also tested in embedded and client/server version) without problems but serializing access to db with locks.
>
> Regards, Mauro.

Maybe it works, but usually with things not explicitly designed for
concurrency it is better (and usually easier!) to use a single
connection/handle per thread.

--
Mark Rotteveel