Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt Academy Launch in California!

    Unsolved Multiple threads and get the values of them

    General and Desktop
    3
    4
    640
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Y
      yodusow bardon last edited by

      I want to create an application that can search on multiple websites, for example: Google, Bing, Yahoo, and I want to use QNetworkAccessManager and threads to make multiple searchs and get the result of each thread of each site.

      How can I do that?

      1 Reply Last reply Reply Quote 0
      • kshegunov
        kshegunov Moderators last edited by kshegunov

        @yodusow-bardon
        Hello,
        Here's an overview of what Qt provides for threading. And this sibling thread is also related to your question, check it out.

        Kind regards.

        Read and abide by the Qt Code of Conduct

        Y 1 Reply Last reply Reply Quote 0
        • Y
          yodusow bardon @kshegunov last edited by

          @kshegunov Thank you, I will be reading it. Anything I will reply here. :D

          1 Reply Last reply Reply Quote 0
          • B
            bsomervi last edited by

            I believe QNetworkAccessManager already uses up to six threads internally so that multiple queries can be processed in parallel.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post