K2InformaticsGmbH / oranif

Oracle OCI driver using dirty NIF
Apache License 2.0
4 stars 2 forks source link

Allow the possibility to create separated slave nodes. #42

Closed acautin closed 5 years ago

acautin commented 5 years ago

It is possible the user of the library wants to have isolated environments for connections that are not related.

stoch commented 5 years ago

This means that the prefix of the slave node should be configured in the cpro job config (atom or binstr or string according to current standards).

Ultimately, a value like atom 'undefined' could mean that the driver should be called directly, without slave node (for performance optimisation/comparison with associated risk taken).

c-bik commented 5 years ago

Duplicate of #43

c-bik commented 5 years ago

This means that the prefix of the slave node should be configured in the cpro job config (atom or binstr or string according to current standards).

Ultimately, a value like atom 'undefined' could mean that the driver should be called directly, without slave node (for performance optimisation/comparison with associated risk taken).

cproJob table will ONLY support atom for slave node name configuration!