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
Forum Updated to NodeBB v4.3 + New Features

Multiple threads and get the values of them

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 838 Views 1 Watching
  • 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 6 Dec 2015, 23:58 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
    • K Offline
      K Offline
      kshegunov
      Moderators
      wrote on 7 Dec 2015, 00:29 last edited by kshegunov 12 Jul 2015, 00:30
      #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 7 Dec 2015, 00:42
      0
      • K kshegunov
        7 Dec 2015, 00:29

        @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 7 Dec 2015, 00:42 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 7 Dec 2015, 00:45 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

          1/4

          6 Dec 2015, 23:58

          • Login

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