company logo

Object server

Keywords:  object server

The ODABA object server is a smart database server. The object server may run in heterogeneous environments serving clients on different hardware and software platforms (e.g.Linux server serving Windows clients).

In order to access data stored on an object server, one needs to configure the data source by setting server name and server port directly in the data source or via configuration or ini-file (see example below). Option variables for databases and dictionaries have to be defined on server side in a file catalog, which is, in the simple case, just a special section in the server's configuration or ini-file.

One may also connect the client ( Client ::connect() ) explicitly from within the application.

// start server

Server ini_file port_number [-q] [-h]

// Client data source for object server access

[Sample]

ODABA_SERVER=pirx

ODABA_SERVER_PORT=6123

DICTIONARY=%Sample_DEV%

DSATABASE=%Sample_DAT%

NET=YES

Documents
Object server

Subtopics

  1. Principles
  2. _OptServer - Server options
  3. Activate Server Cache
  4. ODABAWinServer - ODABA Server Service
  5. ServerCommands - ODABA Server Commands
  6. StressTestS - Test Client/Server Performance