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
Occurrence: 0, System Administrator 2026