Subject RE: [firebird-support] FB embedded thread-safe
Author Garrett Smith
I asked this question about a week ago on the Firebird-Java list and the
resounding reply was yes!

I've since run several tests that confirm the thread-safeness of the
embedded server.

I am, however, running into a problem with Firebird2 when I create a new
connection in a thread (at least using the Jaybird JDBC driver). This
may not apply to you though.

I you want more details, take a look at the discussion archive for the
Firebird-Java list.

-- Garrett

Sergey Markin wrote:
> Hi All,
>
> Please advise: is it safe to use the firebird embedded edition from a
> multi-threaded app simultaneously from a few threads if each thread
> has a separate database handle? Say a separate instance of
> TIBDataBase (Delphi) is created within each thread.
>
> The manual doesn't explain this question :(