Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Q1: A parent process calling system call will
Q2: Which of the following are forms of
Q3: In a time-sharing operating system, when the
Q5: Mutual exclusion can be provided by the_ <br>A)mutex
Q6: Instead of starting a new thread for
Q7: The swaps processes in and out of
Q8: Each connection arriving at multi threaded servers
Q9: Thread pools help in_<br>A)servicing multiple requests using
Q10: When the process issues an I/O request_ <br>A)It
Q11: If the thread pool contains no available