Threads

What is the maxium number of threads a program can run? Or what is the maxium number of threads a program should run?
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.