Subject | Re: [firebird-support] Firebird Embedded 2.1 Thread Safety |
---|---|
Author | Anderson Farias |
Post date | 2009-08-27T21:12:39Z |
Hi,
multiple threads with no worries (calls are than going to be serialized by
the client lib)
Regards,
Anderson
> Now, the Beta 2.5 release notes say that "The embedded libraries [...]AFAIK, the last. You'll be able to share a single "connection" between
> 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)?
multiple threads with no worries (calls are than going to be serialized by
the client lib)
Regards,
Anderson