Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Multiple threads and get the values of them

Multiple threads and get the values of them

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 821 Views
  • 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 Offline
    Y Offline
    yodusow bardon
    wrote on last edited by
    #1

    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
    0
    • kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by kshegunov
      #2

      @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
      0
      • kshegunovK 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.

        Y Offline
        Y Offline
        yodusow bardon
        wrote on last edited by
        #3

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

        1 Reply Last reply
        0
        • B Offline
          B Offline
          bsomervi
          wrote on last edited by
          #4

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

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved