Subject Re: [firebird-support] Firebird Embedded 2.1 Thread Safety
Author Anderson Farias
Hi,

> Now, the Beta 2.5 release notes say that "The embedded libraries [...]
> fbembed.dll on Windows - are now multi-threadcapable and thread-safe, so
> they can be used in multi-threaded applications."
>
> I'm confused what this means for v2.1 - does it mean that it was
> absolutely
> not thread-safe in the past but it is now (in 2.5 Beta), or does it mean
> that things just improved a bit (e.g. I can now access the same connection
> from multiple threads at the same time)?

AFAIK, the last. You'll be able to share a single "connection" between
multiple threads with no worries (calls are than going to be serialized by
the client lib)


Regards,
Anderson