Multiple threads and get the values of them
-
wrote on 6 Dec 2015, 23:58 last edited by
I want to create an application that can search on multiple websites, for example:
Google
,Bing
,Yahoo
, and I want to useQNetworkAccessManager
and threads to make multiple searchs and get the result of each thread of each site.How can I do that?
-
Moderatorswrote on 7 Dec 2015, 00:29 last edited by kshegunov 12 Jul 2015, 00:30
@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.
-
@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.
wrote on 7 Dec 2015, 00:42 last edited by@kshegunov Thank you, I will be reading it. Anything I will reply here. :D
-
wrote on 7 Dec 2015, 00:45 last edited by
I believe QNetworkAccessManager already uses up to six threads internally so that multiple queries can be processed in parallel.
1/4