1.

What is the idea behind thread pools?

A. a number of threads are created at process startup and placed in a pool where they sit and wait for work
B. when a process begins, a pool of threads is chosen from the many existing and each thread is allotted equal amount of work
C. all threads in a pool distribute the task equally among themselves
D. none of the mentioned
Answer» B. when a process begins, a pool of threads is chosen from the many existing and each thread is allotted equal amount of work


Discussion

No Comment Found