Q.

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
Answer» B. is wrapped as a task and passed on to a thread pool
2.3k
0
Do you find this helpful?
8

View all MCQs in

Operating System (OS)

Discussion

No comments yet