View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#14
A few notes:

I would suggest using http://doc.qt.nokia.com/4.7/qtemporaryfile.html for temporary files, it works across platforms (and avoids access issues like above) and cleans up after itself. The other suggestion is to cut down on having separate QNetworkAccessManagers. Ideally, you should have only one of those per process.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following 2 Users Say Thank You to attila77 For This Useful Post: