Q.

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» A. a number of threads are created at process startup and placed in a pool where they sit and wait for work
1.4k
0
Do you find this helpful?
1

View all MCQs in

Operating System (OS)

Discussion

No comments yet