Hi!
I'm writing a small front end for my azureus using dopal (Swing ui is not for 
me). 
The thing is, I need to perform some background tasks so I need to use 
threads. But, I have native python threads and also Qt threads. Seems like I 
should use Qt's threads since they are QObject's, and they've got the 
slot/signal stuff. But, I was wondering if there are some noticeable 
differences between them (performance, locking).

Thanks!
Nahuel
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to