Subject RE: [firebird-support] The lastest FB still has bug #450928 (Client library not thread safe) !!!
Author Alan McDonald
> Did anyone try to work with local Firebird from multithreading
> 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 ?
>

Are you making a separate connection to the database for each thread? or
trying to use the same connection.
Try using a separate connection
Alan