InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThis question was addressed to me in examination.This key question is from Thread Pools topic in portion The Linux System of Operating System |
|
Answer» CORRECT ANSWER is (b) is wrapped as a task and passed on to a THREAD pool To EXPLAIN I would say: None. |
|