Quote Originally Posted by naturalpsychic View Post
Is this a good idea to use QThreadPool [and QRunnable] instead???

if not even that then whats the best (and professional) way to manage multiple connections (clients) at the same time?
You can handle multiple connections in the same (main) thread. You don't need any extra threads.