Operating System Threads Pools
Q Each connection arriving at multi threaded servers via network is generally ____________
  • A A. Is directly put into the blocking queue
  • B B. Is wrapped as a task and passed on to a thread pool
  • C C. Is kept in a normal queue and then sent to the blocking queue from where it is dequeued
  • D D. None of the mentioned
Leave a Comment