Quote Originally Posted by Mobility View Post
to update Qlabel that states how many connections are currently active (=how may threads are running currently).
Using a thread-per-network-connection semantics in Qt is Bad. You can handle all connections from within one thread and have a side effect of saving the time needed to solve your current problem.