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.
- In the Outline tab, select the server runnable you want to modify.
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.
- Open the Settings tab.
- Activate the Can be Invoked Concurrently option.
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.
- Click OK to close the signature editor.
See also