View Single Post
antman8969's Avatar
Posts: 64 | Thanked: 58 times | Joined on Jul 2010 @ United States
#15
Originally Posted by attila77 View Post
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.
ill look into the qtemporaryfile

I just re wrote the program today actually, removed 12 instances of the network manager....