On Sunday, 14 October 2018 02:28:50 PDT René J.V. Bertin wrote: > Back to the original topic: I've been trying to follow what goes on when > using QtConcurrent::run; how many file descriptors does this open (or using > a QThread in general), on average?
One file descriptor per thread on Linux, two on other OSes. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
