company logo

Server options

Server settings are defined in the server configuration or ini-file, which is passed as parameter to the sever. The server ini-file contains several sections for describing catalogs and files as well as run-time parameters for the server.

Besides different sections, several global (non-prefixed) option variables may be defined.

In order to support automatic update feature, an update data directory has to be defined in the ini-file via the UPDATE_FILES option variable. The UPDATE_FILES option variable has to be defined either in the FILE_CATALOG section or on global level (before first section in the ini-file).

[SYSTEM]

DICTIONARY=%ODABA_ROOT%/ode.sys

[SERVER]

SERVER_PID=pid-file-path

REQUEST_TIMEOUT=600

[CACHE]

SIZE=100

;RELEASE=30

;STATISTICS=YES

[FILE_CATALOG]

; System databases

SYSTEM_DICT=%ODABA_ROOT%/ode.sys

; Application databases

UPDATE_FILES=... update file directory (optional)

Sample_Dat=%RDB_ROOT%/Sample.dat