Re: [Firebird-devel] Unload of fbclient.dll (v3)

2017-10-02 Thread Kovalenko Dmitry
>> Could anybody confirm this behavior of FB3 client library? >Please add big delay (120 sec should be enough) after last attachment closed before unloading client library. Does it unload in such case? { ::Sleep(120*1000); _VERIFY(::FreeLibrary(m_hDLL)); } Not help. Fbclient (fbclient

Re: [Firebird-devel] Unload of fbclient.dll (v3)

2017-10-02 Thread Alex Peshkoff via Firebird-devel
On 10/02/17 13:49, Kovalenko Dmitry wrote: Could anybody confirm this behavior of FB3 client library? Please add big delay (120 sec should be enough) after last attachment closed before unloading client library. Does it unload in such case? --

Re: [Firebird-devel] Unload of fbclient.dll (v3)

2017-10-02 Thread Alex Peshkoff via Firebird-devel
On 10/02/17 13:49, Kovalenko Dmitry wrote: Hello, fbclient.dll (from FB3) not unload when I call ::FreeLibrary. fbclient.dll (from FB2.5) unloads without problems. Could anybody confirm this behavior of FB3 client library? Yes - in a test with FB4 on linux. BTW, ::dlclose does not return

[Firebird-devel] Unload of fbclient.dll (v3)

2017-10-02 Thread Kovalenko Dmitry
Hello, fbclient.dll (from FB3) not unload when I call ::FreeLibrary. fbclient.dll (from FB2.5) unloads without problems. Could anybody confirm this behavior of FB3 client library? Thanks, Dmitry Kovalenko www.ibprovider.com