Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-84611

RemoteObject slot's call lock Network

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.15
    • Remote Objects
    • None
    • All platforms
    • All

    Description

      A slot call from a replica is synchronous on the QRemoteObjectHost thread so all network traffic is locked during the slot call. It means that any slot call on a remote object can stop all the RemoteObjet Network traffic (long slot, interlock..) on host and so on all host's client nodes.

      Thats seems a problem in design and remove robustness of the RemoteObject Network.

       

      Obviously if the Remoted Object is on the Host thread, that's seems normal. But it seems not possible easily to enableRemote objects from other threads, and however, the call seems to be executed in the host thread, not in objects thread.

       

      The Replica side is already completly asynchronous, probably for network reasons.

      A way to asynchronize the slot calls on the host would be greatly appreciated, at least for network performance reasons.

       

      Cordially.

      Attachments

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

        Activity

          People

            bstottle Brett Stottlemyer
            daes David Trancart
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes