Performance tips
The overall performance of the load balance system mainly depends on the Input/output performance. The used time can be traced with the system property "hub.datawizard.traceIO=true". Some functions need centrally managed information from the Node Controller (e.g. function autonumber(a,b)). The same applies to created job numbers. The creation of unique job numbers can alternatively be solved with a stored procedure. To do this, please add the following entry in the configuration file ./etc/startup.xml. Important note: This option should be enabled on all involved systems (Node Controller and the individual Working Nodes). Important note: If the called stored procedure does not return a job number (e.g. because the database "hub" cannot be reached), Lobster Integration is terminated.
<!-- Use database function to get next job number - only enable this option if a thread save database function is used. A sample for MySQL can be found in ./conf/db_sequence.sql-->
<
Set
name
=
"sequenceProcedureCall"
>select getNextJobNr()</
Set
>
For details please contact our support.