Subject | Re: [firebird-support] FB embedded thread-safe |
---|---|
Author | Woody |
Post date | 2005-01-03T23:55:47Z |
>It's not possible. The whole concept behind the embedded version is to only
> 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 :(
allow one connection to the database. You could not use multiple threads
with multiple connections.
Woody (TMW)