Operating System Threads Pools
Q Thread pools help in ____________
  • A A. Servicing multiple requests using one thread
  • B B. Servicing a single request using multiple threads from the pool
  • C C. Faster servicing of requests with an existing thread rather than waiting to create a new thread
  • D D. None of the mentioned
Leave a Comment