Please enable JavaScript to view this site.

Navigation: Linkar SERVER

Linkar EntryPoints

Scroll Prev Top Next More

 

EntryPoints are the key element of Linkar SERVER.

 

They establish:

 

How Linkar will connect and communicate with the database server.

How Linkar Clients will connect through Linkar SERVER.

 

A terminology refresher might be helpful at this time.

 

Each Profile (server definition) can have as many EntryPoints (databases accounts) defined as desired.

Each EntryPoint (EP) targets a specific database account with a specific Connection Type.

 

The Linkar SERVER service is "started" to process transactions.

Each EntryPoint that will be used for transactions must also be "started".

EntryPoints can be configured to auto-start with Linkar SERVER.

 

When an EP is started, it is Open and "listening" on the configured port, waiting for requests from Linkar Clients.

 

Multiple Linkar Clients can simultaneously connect to the same EntryPoint to perform operations against the database.

 

The EntryPoint is responsible for accepting each Linkar Client request, and redirecting it to the database through an available connection. This begins an active Client Session.

 

Once the execution of the database operation is finished, the EntryPoint returns the results to the Linkar Client. The Database Session remains available for other clients.

 

The Linkar Clients themselves do not consume individual database licences. They connect to the EntryPoint, where Linkar SERVER is responsible for distributing requests across database connections that have been defined for the EP. In this way, Linkar helps to significantly optimize the use of database licences.