Enabling Concurrent Invocation of a Server Runnable

When a server runnable is set to be invoked concurrently, the RTE can optimize invocation by clients on the same ECU to a direct function call. This means that no queuing is required (or possible) and therefore multiple invocations of the server can occur concurrently.

  1. In the Outline tab, select the server runnable you want to modify.
  2. Do one of the following:

    • In the Edit menu, select Properties.

    • Right-click the server runnable and select Properties from the context menu.

    • Double-click the server runnable.

    The signature editor window for the selected server runnable opens.

  3. Open the Settings tab.
  4. Activate the Can be Invoked Concurrently option.
  5. In the Minimum Start Time field, enter the start time in milliseconds.

    The activation of a runnable is delayed by the specified time to prevent that the runnable is started more than once within the interval.

  6. Click OK to close the signature editor.

See also

Editing the Signature of a Runnable or Method