LLBLGen Designer uses mullti threading, or not?

Posts   
 
    
gabrielk avatar
gabrielk
User
Posts: 231
Joined: 01-Feb-2005
# Posted on: 25-Aug-2008 22:07:46   

Hi,

I was just checking my (quad-core) CPU usage will generating code and it jumped to >80% which seem to prove the designer uses multithreading.

Is this correct? If it does, nice job!

Cheers, Gab

... nope... it was DEVENV.exe taking > 50% while LLBL took 20-25%.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39797
Joined: 17-Aug-2003
# Posted on: 25-Aug-2008 22:59:26   

The designer is single threaded, it uses multiple threads to display a progress bar but that's about it.

Frans Bouma | Lead developer LLBLGen Pro
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 26-Aug-2008 11:38:57   

Judging from CPU utilization looks like the big part of the work is within those progress threads wink

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39797
Joined: 17-Aug-2003
# Posted on: 26-Aug-2008 13:46:36   

Ah, I see what's different -> the progress bar dialog isn't displayed on another thread anymore. That figures simple_smile

Frans Bouma | Lead developer LLBLGen Pro