Hi,
Does anyone have an example of calling fb_shutdown_callback from Python, using either firebird-driver or fdb?
I have found that libfbclient is registering signal handlers for SIGINT and SIGTERM and shutting down Firebird connections when those signals occur. My app can handle those signals itself and shutdown cleanly, but I need to disable the fbclient default behaviour.
Thanks,
Hamish