Re: [Qbs] qbs resolve, multi-threaded or not?

2019-07-17 Thread Christian Kandeler
On Thu, 18 Jul 2019 00:52:25 +1200 Christian Gagneraud wrote: > When I run qbs resolve (on a 8 cores machine), i can see 3 qbs > threads, and only 2 are busy (100% CPU). The resolve procedure is offloaded into a dedicated thread. Otherwise it would block the main application, which would be a

[Qbs] qbs resolve, multi-threaded or not?

2019-07-17 Thread Christian Gagneraud
Hi there, When I run qbs resolve (on a 8 cores machine), i can see 3 qbs threads, and only 2 are busy (100% CPU). Is there partial parallelisation of the resolve phase? Why are there only 2 threads busy? why not 8? In a previous email Christian said that the resolve phase was not parallelised.