What are the motivations of using a multithreaded process instead of multiple single-threaded processes?
Answers
Answered by
0
Single threaded process and multithreaded process
Single threaded processes contain the execution of instructions in a single sequence. In other words, one command is processes at a time. The opposite of single threaded processes are multithreaded processes. These processes allow the execution of multiple parts of a program at the same time.Oct 11, 2018
Single threaded processes contain the execution of instructions in a single sequence. In other words, one command is processes at a time. The opposite of single threaded processes are multithreaded processes. These processes allow the execution of multiple parts of a program at the same time.Oct 11, 2018
Similar questions