Subject | Re: [firebird-support] FB Embedded: How does it know if it should be a server? |
---|---|
Author | Jacob Alberty |
Post date | 2004-11-17T17:00:50Z |
>Can you use the embedded server to connect to the same database with two
>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.
>
>
>
threads? I had thought that it was not thread safe in that regard...