Subject The lastest FB still has bug #450928 (Client library not thread safe) !!!
Author Sap's mail
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 ?