[PyKDE] QThread

Diez B. Roggisch deets at web.de
Tue Dec 14 17:21:51 GMT 2004


> right after finishing my work on a make-shift
> process-spawning-and-killing-framework to have concurrent threads that can
> be terminated to circumvene the lack of such a feature in the python
> threading model, I discovered QThread. Now I wonder if my work is totally
> obsolete, or if there are any pitfalls regarding QThread that render it
> unwise to use them. Any comments?

To answer my own question: At least together with omniorb, things don't work 
out so well - killing the thread while a corba-request is pending kills the 
whole application. So my work has not been for the dustbin...

Diez




More information about the PyQt mailing list