Subject Re: [firebird-support] FB Embedded: How does it know if it should be a server?
Author Jacob Alberty
>
>d> Btw - are there other thread-safe issues you should know about when
>d> you're using the embedded server?
>
>

>Use a separate connection per thread, apply the usual thread safety
>measures to protect shared resources in your application and you're
>not going to have any problems.
>
>
>
Can you use the embedded server to connect to the same database with two
threads? I had thought that it was not thread safe in that regard...