Threads

Sep 6, 2010 at 3:11am
What is the maxium number of threads a program can run? Or what is the maxium number of threads a program should run?
Sep 6, 2010 at 4:28am
There should never be more threads doing actual work (that is, actively using CPU time) than CPUs the system has.
Topic archived. No new replies allowed.