Subject | RE: [firebird-support] The lastest FB still has bug #450928 (Client library not thread safe) !!! |
---|---|
Author | Alan McDonald |
Post date | 2004-11-24T02:07:22Z |
> Did anyone try to work with local Firebird from multithreadingAre you making a separate connection to the database for each thread? or
> application ?
> I found that lastest FB still has bug #450928 (Client library not
> thread safe).
> If you start transactions from different threads the application
> hangs (the sever continue working). And it hangs even if each thread
> load its copy of fbclient DLL and initialize own API session etc.!
> The only way to work with FB from different threads is some
> client DLLs (copies of
> fbclient.dll with DIFFERENT names). :( :( :(
> Does anyone have any comments ?
>
trying to use the same connection.
Try using a separate connection
Alan