What constitutes proper use of threads in programming?
- by Smith
I am tired of hearing people recommend that you should use only one thread per process, while many programs use up to 100 per process!
take for example some common programs
vb.net ide uses about 25 thread when not debugging
System uses about 100
chrome uses about 19
Avira uses more than about 50
Any time I post a thread related question, I am…