Re: [Interest] QtConcurrent programming need help

2012-09-28 Thread Rainer Wiesenfarth
Am 28.09.2012 08:48, schrieb Sujan Dasmahapatra: My CPU no is 8...Can u give me some code snippet dear Philippe and Thiago. Thanks Sujan Look here: http://qt-project.org/doc/qt-4.8/qtconcurrentmap.html Best Regards / Mit freundlichen Grüßen Rainer Wiesenfarth -- Tel.: +49 (0)711 22 88-10 *

Re: [Interest] QtConcurrent programming need help

2012-09-27 Thread Sujan Dasmahapatra
My CPU no is 8...Can u give me some code snippet dear Philippe and Thiago. Thanks Sujan On Thu, Sep 27, 2012 at 10:30 PM, Thiago Macieira wrote: > On quinta-feira, 27 de setembro de 2012 21.32.36, Sujan Dasmahapatra wrote: > > I am working on an existing application where threads are submitted

Re: [Interest] QtConcurrent programming need help

2012-09-27 Thread Thiago Macieira
On quinta-feira, 27 de setembro de 2012 21.32.36, Sujan Dasmahapatra wrote: > I am working on an existing application where threads are submitted > concurrently. he is submitting 8 threads together and then he is waiting > for all 8 threads to be finished to submit the next 8 threads. In this way

Re: [Interest] QtConcurrent programming need help

2012-09-27 Thread Sujan Dasmahapatra
Thanks a lot Philippe. I'll look into the link u gave. Thanks a lot for your help. Thanks Sujan On Thu, Sep 27, 2012 at 9:49 PM, Philipp Menke wrote: > Am 27.09.2012 20:32, schrieb Sujan Dasmahapatra: > > I am working on an existing application where threads are submitted > > concurrently. he is

Re: [Interest] QtConcurrent programming need help

2012-09-27 Thread Philipp Menke
Am 27.09.2012 20:32, schrieb Sujan Dasmahapatra: > I am working on an existing application where threads are submitted > concurrently. he is submitting 8 threads together and then he is > waiting for all 8 threads to be finished to submit the next 8 threads. > In this way after every 8 threads

[Interest] QtConcurrent programming need help

2012-09-27 Thread Sujan Dasmahapatra
I am working on an existing application where threads are submitted concurrently. he is submitting 8 threads together and then he is waiting for all 8 threads to be finished to submit the next 8 threads. In this way after every 8 threads he is waiting and a lot of time is being taken for waiting.