This sample displays runtime information for an all-in-memory database. The application demonstrates the use of functions
mco_runtime_start()
,mco_get_runtime_info()
andmco_runtime_stop()
.
See instructions here on how to build this and other samples on your development platform. Once built, the sample can be run from the
\target\bin
directory:01_rtconfig_inmemBut it is more instructive to run it in your development environment debugger, stepping through the code.