Results 1 to 2 of 2

Thread: Is Qt Remote fully asynchronous remote call protocol?!?

  1. #1
    Join Date
    Feb 2015
    Location
    Poland
    Posts
    34
    Thanked 1 Time in 1 Post
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows Android

    Exclamation Is Qt Remote fully asynchronous remote call protocol?!?

    Hi!

    I wonder:
    Is Qt Remote fully asynchronous remote call protoclol?!?
    If not what kind of remote call model they implemented?!?
    Where can I read about this subject?!?

    thank you and best regards!
    Szyk Cech
    Last edited by Szyk; 27th May 2019 at 20:13.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Is Qt Remote fully asynchronous remote call protocol?!?

    Since it communicates out of process it almost has to be asynchronous.

    Even if this is using some local IPC similar to QLocalSocket it can't just blockingly wait for responses.

    No idea on the protocol, you'll probably have to check the implementation.

    Cheers,
    _

Similar Threads

  1. How to use QWebView asynchronous call js function?
    By tiaoweiliao in forum Qt Programming
    Replies: 2
    Last Post: 26th February 2018, 04:04
  2. Qt Creator remote debugging from & to Mac OSX ?
    By nils_heidorn in forum Qt Tools
    Replies: 0
    Last Post: 12th December 2012, 12:02
  3. Remote debug
    By eugene in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 24th January 2011, 20:10
  4. Remote Jobs
    By cya-st in forum General Discussion
    Replies: 14
    Last Post: 17th October 2009, 11:03
  5. Remote QDirModel ?
    By jwintz in forum Qt Programming
    Replies: 1
    Last Post: 12th March 2007, 06:22

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.