Subject | RE: [firebird-support] Re: Is Embedded Firebird 1.5.1 thread safe |
---|---|
Author | Alan McDonald |
Post date | 2004-10-19T02:07:39Z |
> Hi All,if the server application only loads the client lib or in your case client
>
> Thanks for the response.
>
> Daniel, under one application connection, (kbmMW server only or any
> threadsafe application) Is the embedded server alone thread safe?
>
> regards,
>
> roberto
lib/server engine once, then you would have thread safety as long as each
thread on the app uses a different connection to the server engine for each
and every thread.
This is my understanding
Alan