Hello,
I have a question regarding pattern design for thread management class.
Basically I have application that can run n threads, I don't know n because it can be set by the user.

The question is:
is it good idea to put qthreads in i.e. qlist and then manage them (add, remove etc.) in that meaner, or are there better ways (maybe performance wise?) to do this?

Thanks for info.