[Interest] Multiple QNetworkAccessManagers for a single app

Thiago Macieira thiago.macieira at intel.com
Thu Jan 11 22:55:59 CET 2018


On Thursday, 11 January 2018 10:41:51 PST Tom Isaacson wrote:
> But is it a performance issue, a potential threading problem, what?

It's a matter of need. You don't need more than one, on most cases.

> We have a large codebase and this practice hasn't been followed, I'm
> wondering what the potential impact is and whether it's worth fixing.

You're using more memory and more resources. If you're contacting the same 
host with multiple managers, then you're also using more resources on the 
server side since you'll have a higher maximum number of concurrent 
connections.
 
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list