>> 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_30.dll) still present in memory.

My test is simple:

1. Load DLL
2. Connect to database through tcp/ip protocol
3. Detach from database
<wait 120 sec>
4. Unload DLL

Regards,
Dmitry Kovalenko



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to