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 _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest