Q. Each connection arriving at multi threaded servers via network is generally (Solved)
1. is directly put into the blocking queue
2. is wrapped as a task and passed on to a thread pool
3. is kept in a normal queue and then sent to the blocking queue from where it is dequeued
4. none of the mentioned
- b. is wrapped as a task and passed on to a thread pool