Detects library loading and unloading and de-initializes c-tree at library unload.
Description
The <extfhexit> global configuration keyword is used to determine c-tree de-initialization behavior when libraries are unloaded.
Accepted Values
Value |
Effect |
---|---|
atunload |
Valid only on Windows and Linux, where it is the default. c-tree environment and connections are set up at the first request and reset at application exit or shared library unload. |
atfileclose |
Default on platforms other than Windows and Linux. c-tree environment and connections are set up at the first request and reset at file close or transaction end if the number of open files is 0 and there are no transactions running. (Formerly the default on Windows and Linux before the introduction of this keyword.) |