Versions Compared

Key

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

...

  • The example uses the MySQL® database server running with hostname mysqlsrv and port 3306.
  • The example applies to use of a MySQL® JDBC Driver. Such drivers do not ship with JS7 as they are not available from open source compatible license. Users can download such drivers from the vendor's site.
  • For use with MySQL® databases the MariaDB® JDBC Driver can be used that ships with JS7. The class name for this driver is org.mariadb.jdbc.Driver, see example for MariaDB®.

Hibernate Configuration for Oracle®

...

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

Recommendation: number 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 Service5unbounded (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 JS7 - Monitoring.
1 connection for JS7 - NotificationNotifications.

Total: 20 



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

...