Thread
:
[Announce] cuteTube - A feature-rich YouTube client
View Single Post
vivainio
2010-12-22 , 21:33
Posts: 222 | Thanked: 205 times | Joined on Jul 2009 @ Finland
#
613
Originally Posted by
marxian
The new release has the download threads set to low priority.
You are doing the download in threads? Maybe that is causing the unresponsiveness then, threads are somewhat problematic in Python, especially when used to gain responsiveness.
(One could argue that threads are always a suboptimal solution if single threaded solutions are available)
In a Qt application, you should use QNetworkAccessManager to do the downloads in asynchronous fashion. You can track progress with that as well:
http://doc.qt.nokia.com/4.7-snapshot...wnloadProgress
__________________
'
QtDone
'
. Getting things done (GTD) was never this cheap!
'
QmlReddit
' reads Reddit!
Quote & Reply
|
vivainio
View Public Profile
Send a private message to vivainio
Find all posts by vivainio