More on threading

Boudewijn Rempt boud at valdyas.org
Fri May 1 15:58:44 CEST 2009


On Thursday 09 April 2009, Cyrille Berger wrote:
> On Thursday 09 April 2009, Boudewijn Rempt wrote:
> > --- considerations ---
> >
> > (...)
>
> * Block as less as possible the main event loop of Qt. Which means use
> signals when a processing is finished, if needed, but as much as possible
> it should be avoided to block the main event loop (and use of
> QApplication::processEvents need to be limited since it can trigger hidden
> issues)
>
> Otherwise great overview :)

Yeah, now for a good design document everyone can agree upon and then to 
implement it :-). I'm working on that, but that's harder to clearly put down.

-- 
Boudewijn Rempt | http://www.valdyas.org


More information about the kimageshop mailing list