InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThis question was posed to me in unit test.My enquiry is from Thread Pools topic in section The Linux System of Operating System |
|
Answer» The CORRECT option is (C) faster servicing of REQUESTS with an existing thread rather than WAITING to create a new thread |
|