Hi,
I've just received an old project which some tasks needs to be fullfilled. I know the QHttp class is deprecated and shouldn't be used but I have a time issue that forces me to perform some quicky workarounds on the code without gettings hands dirty in refactoring in order to migrate to QNetworkAccessManager.
I have a question about QHttp class as you might guess. I wonder if do I need to use a seperate thread for network operations performed over QHttp class? As far as I remember, QNetworkAccessManager has it's own internal/seemless worker threads that gets the job done. Is it also similar for example QHttp::request() method as well? I mean do I need to create a worker thread explicitly for a network operation if I use QHttp class?
Regards
Bookmarks