[PyQt] Mutiprocessing and QThread

"Sybren A. Stüvel" sybren at stuvel.eu
Mon May 24 23:10:41 BST 2010


On 23-5-2010 19:26, Martin Alderete wrote:
> What is the best way to concurrency in PyQt QThread or multiprocessing ?

IMO multiprocessing is always better than multithreading. Multithreading
is difficult at the best of times, as it's very difficult to predict.
I've heard Guido say that it's too difficult to get right, even for him,
so I don't even bother if I can help it :)

Regards,
Sybren


More information about the PyQt mailing list