...
If any user requests the full definition, we can return cached string really fast.
Auto Sync
In the 4 series, whenever the GUI makes a change, it involves two calls to the server.
- Invoke the command
- Call the sync command, this then syncs the changes from the server, into the client
In 5 series version we support auto sync, which effectively combines the two separate commands into one.
This reduces the latency for GUI and python clients and improves responsiveness.
Generic Attribute
A new generic attribute has been added to the definition in ecflow 5 series.
...