Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • By default a JOC Cockpit REST Web Service is configured to use up to 10  connections from the pool. As a rule of thumb 1 connection can be shared by approx. 3 simultaneous users.
    • Adjust this setting to the max. number of connections required for sharing between simultaneous users of the JOC Cockpit.
    • Note that connections will be disconnected and returned to the pool if they are not used for a longer time.
  • Additional connections are used by JS7 Services.Consider  Consider the total number of connections allowed when setting up your JS7 database.
    • Some DBMS products by default limit the number of connections per user account and process. JOC Cockpit is running from a single process.
    • Oracle by default limits the connections according to the formula: (1.5 * number of processes) + 22


no
JOC Cockpit ComponentMin. ConnectionsMax. ConnectionsConfigurableComment
JS7 - REST Web Service API10unbounded (default: 10)yes

Recommendation: no. of simultaneous users / 3.
This number counts per JOC Cockpit instance.
The Daily Plan Service uses connections from this connection pool.

JS7 - Cluster Service:

11no
JS7 - Cleanup Service10105unbounded (default: 5)yesConfiguration via JS7 - Settings
JS7 - History Service1number of connected Controller InstancesnoAny Controllers connected to a JOC Cockpit
Instance are counted.
JS7 - Monitor Service33no2 connections for monitoring JS7 - Monitoring.
1 connection for notifications. JS7 - Notification.

Total: 20 



Hibernate allows one out of a number of Connection Pool implementations to be chosen.

...