Each connection arriving at multi threaded servers via network is generally ____________
(a) is directly put into the blocking queue
(b) is wrapped as a task and passed on to a thread pool
(c) is kept in a normal queue and then sent to the blocking queue from where it is dequeued
(d) none of the mentioned
This question was addressed to me in examination.
This key question is from Thread Pools topic in portion The Linux System of Operating System