On 19-4-2019 11:11, Dimitry Sibiryakov wrote:
19.04.2019 10:36, Mark Rotteveel wrote:
I'll need to investigate how I can unload and reload the library.

  You can prevent fb_shutdown() from shutting client library down using fb_shutdown_callback().

That won't help me here. Jaybird itself is intentionally calling fb_shutdown on stop of the web application. Such a stop may be followed by a redeploy and start of the web application **in the same process**. Given how the library is loaded, this can result in the existing library being reused, which won't work because it was previously shutdown.

I'm now trying to explicitly unload the library and see if that helps here.

Mark
--
Mark Rotteveel


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to