SMA and LLA Guide : Overview of shared memory access and linked library access : solidDB® APIs and drivers for SMA and LLA : solidDB® Server Control API (SSC API)
  
solidDB® Server Control API (SSC API)
solidDB® Server Control API (SSC API) is a C-language, thread-safe interface to control the solidDB® server behavior.
The SSC API functions are included in the SMA driver and LLA library files. However, for SMA, only the functions for starting and stopping the server are supported.
LLA provides support for local applications using SSC API function calls and a separate library is available for remote-only applications.
If your LLA application runs remotely and contains SSC API function calls, then you must link to the SSC API stub library (for example, solidctrlstub.lib for Windows). This library does not actually give your remote application control of the server; it merely allows you to compile and link your application as a remote application without getting link-time errors from solidDB® with LLA.
See also
solidDB® APIs and drivers for SMA and LLA