Uploaded image for project: 'Qt Automotive Suite'
  1. Qt Automotive Suite
  2. AUTOSUITE-37

Provide non-blocking function call mechanism

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • Not Evaluated
    • 5.15
    • None
    • Qt Application Manager
    • None

    Description

      Function calls of ApplicationIPCManager are blocking in both direction, system-UI to app and vice versa. Please consider providing an asynchronous function call mechanism.

      The characteristic of property propagation depends on the direction
      system-UI to app , setter and getter: not blocking
      app to system-UI: setter is not blocking, getter is blocking.

      Please make the getter also non-blocking by caching results. This means only the first request blocks, the second request accesses the cached value.

      A documentation should be addded which covers all cases: single process / multi process, method / property, system-ui to app and vice versa.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            rgriebl Robert Griebl
            hoaxbuster Roland Wolf
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes