InterviewSolution
Saved Bookmarks
| 1. |
In the Many to One model, if a thread makes a blocking system call ___________(a) the entire process will be blocked(b) a part of the process will stay blocked, with the rest running(c) the entire process will run(d) none of the mentionedThis question was addressed to me in an online interview.Origin of the question is Multi Threading Models in chapter The Linux System of Operating System |
|
Answer» RIGHT ANSWER is (a) the ENTIRE process will be blocked To EXPLAIN: None. |
|