InterviewSolution
Saved Bookmarks
| 1. |
In the Many to Many model true concurrency cannot be gained because ___________(a) the kernel can schedule only one thread at a time(b) there are too many threads to handle(c) it is hard to map threads with each other(d) none of the mentionedI have been asked this question in an interview.The question is from Multi Threading Models topic in chapter The Linux System of Operating System |
|
Answer» The correct ANSWER is (a) the kernel can schedule only one thread at a time |
|