Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

Info
titleTip

The ESL Diagnostic Pack can be opened in the D2000 Cnf and D2000 GrEditor tools. It is used to diagnose scripts and find out the resources used (e.g. sizes of local variables, sizes and numbers of data containers, database transactions, connections, open JSON handles, open XML documents, and others). It is also possible to display the details of individual scripts, including the duration of individual script actions (maximum duration, total duration, number of executions), which can be used to tune the performance of scripts.

DbManager Diagnostic Pack is also available for debugging database actions.

Info
titleAdvanced tip

Using the ESL Interface object, it is possible to define the list and parameters of RPC procedures. Subsequently, in the event, using the IMPLEMENTATION keyword, it is declared that the event implements these RPC procedures, and in the body of the event, the keyword (IMPLEMENTATION RPC PROCEDURE SomeProcedure) must also be specified when defining the RPC procedure. An event will be saveable only when it implements all RPC procedures of all ESL Interface objects it refers to. The ESL Interface is thus used to enforce control over the implementation of agreed RPC procedures.