Doing some homework for one of my classes

sarus86

New Member
ok so im stuck on this homework question for one of my classes, i think i have the answer but im not sure, so this is the question

7. If a multithreaded process forks, a problem occurs if the child gets copies of all the parent’s threads. Suppose that one of the original threads was waiting for keyboard input. Now two threads are waiting for keyboard input, one in each process. Does this problem ever occur in single threaded processes?
 
Back
Top