Multiple Choice
Thread pools help in___________
A) servicing multiple requests using one thread
B) servicing a single request using multiple threads from the pool
C) faster servicing of requests with an existing thread rather than waiting to create a new thread
D) none of the mentioned
Correct Answer:

Verified
Correct Answer:
Verified
Q4: What is the idea behind thread pools?<br>A)a
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
Q10: When the process issues an I/O request_ <br>A)It
Q11: If the thread pool contains no available
Q12: A process can never be sure that
Q13: Thread pools are useful when<br>A)when we need
Q14: In UNIX, the_ system call is used to