Versions Compared

Key

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

...

JS7 makes use of a connection pool to allow a larger number of JOC Cockpit user sessions to share database connections from the pool.

  • By default a JOC Cockpit instance is configured to use up to 10  connections from the pool. As a rule of thumb 1 connection can be shared by approx. 3 parallel users.
    • Adjust this setting to the max. number of connections required for sharing between parallel users of JOC Cockpit.
     
  • Additional connections are used by JS7 Services:

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

...