Runtime Control in C++

C++ applications use the standard C API function calls to initialize and shut down the eXtremeDB runtime environment and to register a fatal error handler or set runtime options. Likewise the C API is used directly to view runtime information or options. Also, the runtime libraries used by C++ applications are the same as for the C API.

Please refer to the C API Runtime Control pages for details.